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.
1 parent e3f107a commit 94a200cCopy full SHA for 94a200c
doc/conf.py
@@ -31,6 +31,8 @@
31
# The full version, including alpha/beta/rc tags.
32
release = about["__version__"]
33
34
+# for sphinx 1.*
35
+master_doc = "index"
36
37
# -- General configuration ---------------------------------------------------
38
@@ -64,4 +66,4 @@
64
66
# Add any paths that contain custom static files (such as style sheets) here,
65
67
# relative to this directory. They are copied after the builtin static files,
68
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ["_static"]
69
+# html_static_path = ["_static"]
doc/contents.rst renamed to doc/index.rst
0 commit comments