Skip to content

Commit e4a4e6b

Browse files
authored
Merge pull request #463 from nschloe/sphinx1-compat
another rtd fix
2 parents b5c96fc + c81520b commit e4a4e6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
# sys.path.insert(0, os.path.abspath('.'))
1818
from configparser import ConfigParser
1919

20+
# Sphinx 1.* compat (for readthedocs)
21+
master_doc = "index"
22+
2023
# -- Project information -----------------------------------------------------
2124
project = "tikzplotlib"
2225
copyright = "2010-2021, Nico Schlömer"

0 commit comments

Comments
 (0)