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 66d23d8 commit 0eea142Copy full SHA for 0eea142
docs/conf.py
@@ -49,4 +49,7 @@
49
# Add any paths that contain custom static files (such as style sheets) here,
50
# relative to this directory. They are copied after the builtin static files,
51
# so a file named "default.css" will overwrite the builtin "default.css".
52
-html_static_path = ['_static']
+html_static_path = ['_static']
53
+
54
+# Needed for RTD build
55
+master_doc = 'index'
0 commit comments