getpelican / pelican-plugins

Collection of plugins for the Pelican static site generator
Other
1.39k stars 856 forks source link

[asciidoc_reader] use `shutil.which` to detect available binaries #1402

Open tpwo opened 1 month ago

tpwo commented 1 month ago

shutil.which is a standard and multiplatform solution to perform checks like this.

This solves the issue described in #1401.