We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bad4c commit 7415982Copy full SHA for 7415982
doc/conf.py
@@ -112,7 +112,7 @@
112
pygments_style = 'sphinx'
113
114
jinja_define = r"""
115
-{% set docname = env.doc2path(env.docname, base='doc') %}
+{% set docname = 'doc/' + env.doc2path(env.docname, base=False)|string %}
116
{% set latex_href = ''.join([
117
'\href{https://github.com/sfstoolbox/sfs-python/blob/',
118
env.config.release,
0 commit comments