Closed
Description
Describe the bug
New error message with this patch release. 7.2.4 succeeds in building the same documents.
PyO3 modules may only be initialized once per interpreter process
Full traceback
Traceback (most recent call last):
File ".venv/lib/python3.10/site-packages/sphinx/cmd/build.py", line 298, in build_main
app.build(args.force_all, args.filenames)
File ".venv/lib/python3.10/site-packages/sphinx/application.py", line 351, in build
self.builder.build_all()
File ".venv/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 252, in build_all
self.build(None, summary=__('all source files'), method='all')
File ".venv/lib/python3.10/site-packages/sphinx/builders/__init__.py", line 312, in build
with logging.pending_warnings():
File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__
next(self.gen)
File ".venv/lib/python3.10/site-packages/sphinx/util/logging.py", line 222, in pending_warnings
memhandler.flushTo(logger)
File ".venv/lib/python3.10/site-packages/sphinx/util/logging.py", line 187, in flushTo
logger.handle(record)
File "/usr/lib/python3.10/logging/__init__.py", line 1634, in handle
self.callHandlers(record)
File "/usr/lib/python3.10/logging/__init__.py", line 1696, in callHandlers
hdlr.handle(record)
File "/usr/lib/python3.10/logging/__init__.py", line 964, in handle
rv = self.filter(record)
File "/usr/lib/python3.10/logging/__init__.py", line 821, in filter
result = f.filter(record)
File ".venv/lib/python3.10/site-packages/sphinx/util/logging.py", line 427, in filter
raise exc
sphinx.errors.SphinxWarning: autodoc: failed to import module 'test' from module 'test'; the following exception was raised:
PyO3 modules may only be initialized once per interpreter process
How to Reproduce
install latest sphinx and run
sphinx-build -WaE docs/project docs/project/_build/html
Environment Information
Platform: linux; (Linux-5.4.0-149-generic-x86_64-with-glibc2.31)
Python version: 3.10.12 (main, Jun 7 2023, 12:45:35) [GCC 9.4.0])
Python implementation: CPython
Sphinx version: 7.2.5
Docutils version: 0.18.1
Jinja2 version: 3.1.2
Pygments version: 2.16.1
Sphinx extensions
myst-parser==2.0.0
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels