mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
bpo-35564: add master_doc='contents' to conf.py (GH-11290)
This commit is contained in:
parent
8ac658114d
commit
fc8284e220
2 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,8 @@ smartquotes_excludes = {
|
|||
'languages': ['ja', 'fr', 'zh_TW', 'zh_CN'], 'builders': ['man', 'text'],
|
||||
}
|
||||
|
||||
# Avoid a warning with Sphinx >= 2.0
|
||||
master_doc = 'contents'
|
||||
|
||||
# Options for HTML output
|
||||
# -----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue