Skip to content Skip to sidebar Skip to footer
Showing posts with the label Makefile

How Do I Use Sphinxopts To Trigger The "only" Directive When Invoking Sphinx With A Makefile?

I am generating a PDF via Sphinx using the autogenerated Makefile. I usually generate it using: mak… Read more How Do I Use Sphinxopts To Trigger The "only" Directive When Invoking Sphinx With A Makefile?

How To Configure Shebang Line Of Internal Python Tools

I am trying to build a minimal docker image, capable of nothing more but running the Python interpr… Read more How To Configure Shebang Line Of Internal Python Tools