Skip to content

Commit ae0db95

Browse files
committed
make read the docs sourcedir work?
1 parent 08e222d commit ae0db95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/manual/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@
6060
.. |project| replace:: {project}
6161
.. |author| replace:: {author}
6262
'''
63+
64+
def setup(app):
65+
app.srcdir = 'doc/manual'

0 commit comments

Comments
 (0)