Skip to content

Commit abf0f97

Browse files
mgeierfs446
authored andcommitted
DOC: fix docname in prolog/epilog
1 parent 1bf732a commit abf0f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
default_role = 'any'
111111

112112
jinja_define = r"""
113-
{% set docname = env.doc2path(env.docname, base='doc') %}
113+
{% set docname = 'doc/' + env.doc2path(env.docname, base=False)|string %}
114114
{% set latex_href = ''.join([
115115
'\href{https://github.com/sfstoolbox/sfs-python/blob/',
116116
env.config.release,

0 commit comments

Comments
 (0)