You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
withopen(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
The text was updated successfully, but these errors were encountered:
Documentation
Sphinx raises an exception when trying to build the Python 3.13 documentation:
This is due to the removal of
master_doc = 'contents'
in theconf.py
file done in this PR: #117853Environment:
The text was updated successfully, but these errors were encountered: