QuantEcon / sphinxcontrib-jupyter

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

FEAT: allow html targeting in links for use with nbconvert #113

Closed mmcky closed 6 years ago

mmcky commented 6 years ago

This PR allows for links to be formed using html instead of ipynb extensions for projects that want to compile using nbconvert --to=html. This will ensure links generated are linkable at the html level.

It is activated in conf.py by adding jupyter_target_html = True