QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

FIX: Fix various defaults for config options and improve BUILDDIR targeting to be specified in Makefile #207

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

This PR:

  1. changes the default values of config variables which are strings to use None instead of False or "" for consistency and to remove sphinx warnings
  2. remove hard coded target build_dir references in favour of being able to specify through Makefile BUILDDIR settings.
mmcky commented 5 years ago
AakashGfude commented 5 years ago

The latest two commits, remove hardcoding of directory paths from the sphinxcontrib code and instead uses directory names specified in the makefile to create files and folders.