Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
fc8284e2
Commit
fc8284e2
authored
Dec 22, 2018
by
Jean-François B
Committed by
Julien Palard
Dec 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-35564: add master_doc='contents' to conf.py (GH-11290)
parent
8ac65811
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Doc/conf.py
Doc/conf.py
+2
-0
Misc/NEWS.d/next/Documentation/2018-12-22-22-52-05.bpo-35564.TuEU_D.rst
...xt/Documentation/2018-12-22-22-52-05.bpo-35564.TuEU_D.rst
+1
-0
No files found.
Doc/conf.py
View file @
fc8284e2
...
...
@@ -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
# -----------------------
...
...
Misc/NEWS.d/next/Documentation/2018-12-22-22-52-05.bpo-35564.TuEU_D.rst
0 → 100644
View file @
fc8284e2
Explicitly set master_doc variable in conf.py for compliance with Sphinx 2.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment