We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5c96fc + c81520b commit e4a4e6bCopy full SHA for e4a4e6b
doc/conf.py
@@ -17,6 +17,9 @@
17
# sys.path.insert(0, os.path.abspath('.'))
18
from configparser import ConfigParser
19
20
+# Sphinx 1.* compat (for readthedocs)
21
+master_doc = "index"
22
+
23
# -- Project information -----------------------------------------------------
24
project = "tikzplotlib"
25
copyright = "2010-2021, Nico Schlömer"
0 commit comments