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 1bf732a commit abf0f97Copy full SHA for abf0f97
doc/conf.py
@@ -110,7 +110,7 @@
110
default_role = 'any'
111
112
jinja_define = r"""
113
-{% set docname = env.doc2path(env.docname, base='doc') %}
+{% set docname = 'doc/' + env.doc2path(env.docname, base=False)|string %}
114
{% set latex_href = ''.join([
115
'\href{https://github.com/sfstoolbox/sfs-python/blob/',
116
env.config.release,
0 commit comments