-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed as not planned
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirpendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is provided
Description
Documentation
Sphinx raises an exception when trying to build the Python 3.13 documentation:
$ cd Doc
$ sphinx-build -a -b devhelp . build/devhelp
...
dumping devhelp index...
Exception occurred:
File "/usr/lib/python3.11/site-packages/sphinx/environment/__init__.py", line 603, in get_doctree
with open(filename, 'rb') as f:
^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/abuild/rpmbuild/BUILD/Python-3.13.0b2/Doc/build/devhelp/.doctrees/index.doctree'
This is due to the removal of master_doc = 'contents'
in the conf.py
file done in this PR: #117853
Environment:
- os: openSUSE Tumbleweed
- python version: Python 3.11.9
- sphinx: sphinx-build 7.2.6
- sphinxcontrib-devhelp: 1.0.6
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirpendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is provided