We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e222d commit ae0db95Copy full SHA for ae0db95
doc/manual/conf.py
@@ -60,3 +60,6 @@
60
.. |project| replace:: {project}
61
.. |author| replace:: {author}
62
'''
63
+
64
+def setup(app):
65
+ app.srcdir = 'doc/manual'
0 commit comments