[issue35564] [DOC] Sphinx 2.0 will require master_doc variable set in conf.py
New submission from jfbu <jfbu@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@python components: Documentation messages: 332371 nosy: docs@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@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
Change by Karthikeyan Singaravelan <tir.karthi@gmail.com>: ---------- nosy: +mdk _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
jfbu <jfbu@free.fr> added the comment: GitHub PR #11290 has been merged into master ---------- keywords: +patch pull_requests: +10524 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
Change by jfbu <jfbu@free.fr>: ---------- pull_requests: -10524 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
jfbu <jfbu@free.fr> added the comment: sorry for previous message whose text mentioned the GitHub pull request number but this links to bpo issue of that number, of course completely unrelated ---------- pull_requests: +10525 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
Julien Palard <julien+python@palard.fr> added the comment: New changeset fc8284e22074af8154e9865c8391b955f13a308b by Julien Palard (Jean-François B) in branch 'master': bpo-35564: add master_doc='contents' to conf.py (GH-11290) https://github.com/python/cpython/commit/fc8284e22074af8154e9865c8391b955f13... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
Change by Julien Palard <julien+python@palard.fr>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
Change by Julien Palard <julien+python@palard.fr>: ---------- pull_requests: +12413 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
Change by Julien Palard <julien+python@palard.fr>: ---------- pull_requests: +12414 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
Change by Julien Palard <julien+python@palard.fr>: ---------- pull_requests: +12415 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
Julien Palard <julien+python@palard.fr> added the comment: New changeset 756cfd88920c2349d4546024856c406409b0ab7b by Julien Palard in branch '3.7': [3.7] bpo-35564: add master_doc='contents' to conf.py (GH-12460) https://github.com/python/cpython/commit/756cfd88920c2349d4546024856c406409b... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
Julien Palard <julien+python@palard.fr> added the comment: New changeset 07b8018d75f3d4495708cf1d4175f33b40e13d30 by Julien Palard in branch '2.7': [2.7] bpo-35564: add master_doc='contents' to conf.py (GH-12462) https://github.com/python/cpython/commit/07b8018d75f3d4495708cf1d4175f33b40e... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
Ned Deily <nad@python.org> added the comment: New changeset 4508bc37dd80c71adfaa0925a67c438389817076 by Ned Deily (Julien Palard) in branch '3.6': [3.6] bpo-35564: add master_doc='contents' to conf.py (GH-11290). (GH-12461) https://github.com/python/cpython/commit/4508bc37dd80c71adfaa0925a67c4383898... ---------- nosy: +ned.deily _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35564> _______________________________________
participants (4)
-
jfbu
-
Julien Palard
-
Karthikeyan Singaravelan
-
Ned Deily