[docs] [issue35564] [DOC] Sphinx 2.0 will require master_doc variable set in conf.py
jfbu
report at bugs.python.org
Sat Dec 22 16:30:01 EST 2018
New submission from jfbu <jfbu at free.fr>:
When building CPython doc with master branch of dev repo of Sphinx (future Sphinx 2.0) one gets this warning:
WARNING: Since v2.0, Sphinx uses "index" as master_doc by default. Please add "master_doc = 'contents'" to your conf.py.
Fix will be to do as Sphinx says :)
----------
assignee: docs at python
components: Documentation
messages: 332371
nosy: docs at python, jfbu
priority: normal
severity: normal
status: open
title: [DOC] Sphinx 2.0 will require master_doc variable set in conf.py
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35564>
_______________________________________
More information about the docs
mailing list