QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

ENH: Add ability to compile a set of specific files #46

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

We should add the ability to specify filenames to sphinx-build to run targeted builds of individual files as a final input. sphinx-build will support this - but we will need to construct the full sphinx-build command.

sphinx-build [options] <sourcedir> <outputdir> [filenames …]
mmcky commented 5 years ago

@AakashGfude we will need to look at argparser to see how we could support this kind of input.