QuantEcon / sphinxcontrib-jupyter

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

ENH: Theme folder variables #233

Closed AakashGfude closed 5 years ago

AakashGfude commented 5 years ago

This PR adds functionality to configure theme paths and folders in the config file.An example format of which is :-

jupyter_theme = "qelectures" 
jupyter_theme_path = "theme" # default value is theme

jupyter_template_path = "theme/qelectures/templates" # default value is templates
jupyter_template_html = "lectures-nbconvert.tpl"

@mmcky do you want me to form "theme/{}/templates".format(jupyter_theme) in this manner?

mmcky commented 5 years ago

thanks @AakashGfude -- we will need to pair this merge with PRs for

conf.py updates and file reorganisation in the theme folder.

AakashGfude commented 5 years ago

Hi @mmcky have created PRs for the other branches, but I think I dont have access to the datascience branch

mmcky commented 5 years ago

thanks @AakashGfude I have given you write access now.

mmcky commented 5 years ago

@AakashGfude once you're happy with the testing on this -- please remove the test tag.