Skip to content

Commit 94a200c

Browse files
committed
doc: master_doc = "index"
1 parent e3f107a commit 94a200c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
# The full version, including alpha/beta/rc tags.
3232
release = about["__version__"]
3333

34+
# for sphinx 1.*
35+
master_doc = "index"
3436

3537
# -- General configuration ---------------------------------------------------
3638

@@ -64,4 +66,4 @@
6466
# Add any paths that contain custom static files (such as style sheets) here,
6567
# relative to this directory. They are copied after the builtin static files,
6668
# so a file named "default.css" will overwrite the builtin "default.css".
67-
html_static_path = ["_static"]
69+
# html_static_path = ["_static"]
File renamed without changes.

0 commit comments

Comments
 (0)