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
This PR allows for links to be formed using
html
instead ofipynb
extensions for projects that want to compile usingnbconvert --to=html
. This will ensure links generated are linkable at thehtml
level.It is activated in
conf.py
by addingjupyter_target_html = True