Skip to content
Snippets Groups Projects
Commit f8bfe4e7 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update conf.py

parent 744027be
No related branches found
No related tags found
1 merge request!642Update conf.py
Pipeline #70478 passed
...@@ -127,8 +127,9 @@ nbsphinx_timeout = 180 ...@@ -127,8 +127,9 @@ nbsphinx_timeout = 180
#nbsphinx_responsive_width = '700px' #nbsphinx_responsive_width = '700px'
# This is processed by Jinja2 and inserted before each notebook # This is processed by Jinja2 and inserted before each notebook
nbsphinx_prolog = r""" nbsphinx_prolog = r"""
{% set docname = Path('docs') / env.doc2path(env.docname, base=None) %} {% set docname = 'docs/' + env.doc2path(env.docname, base=None) %}
.. only:: html .. only:: html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment