Skip to content

Commit 7415982

Browse files
committed
DOC: fix docname in prolog/epilog
1 parent 07bad4c commit 7415982

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
@@ -112,7 +112,7 @@
112112
pygments_style = 'sphinx'
113113

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

0 commit comments

Comments
 (0)