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
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 theconf.pyfile done in this PR: #117853Environment: