Skip to content

Commit fc8284e

Browse files
jfbuJulienPalard
authored andcommitted
bpo-35564: add master_doc='contents' to conf.py (GH-11290)
1 parent 8ac6581 commit fc8284e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
'languages': ['ja', 'fr', 'zh_TW', 'zh_CN'], 'builders': ['man', 'text'],
5454
}
5555

56+
# Avoid a warning with Sphinx >= 2.0
57+
master_doc = 'contents'
5658

5759
# Options for HTML output
5860
# -----------------------
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Explicitly set master_doc variable in conf.py for compliance with Sphinx 2.0

0 commit comments

Comments
 (0)