Merge pull request #147 from Roman-Supernova-PIT/u/rknop/fix-stampmak… #36
Annotations
2 errors
|
pages
Process completed with exit code 1.
|
|
Sphinx traceback
Versions
========
* Platform: linux; (Linux-6.11.0-1018-azure-x86_64-with-glibc2.39)
* Python version: 3.12.11 (CPython)
* Sphinx version: 8.2.3
* Docutils version: 0.21.2
* Jinja2 version: 3.1.6
* Pygments version: 2.19.2
Last Messages
=============
None.
Loaded Extensions
=================
None.
Traceback
=========
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/sphinx/events.py", line 404, in emit
results.append(listener.handler(self.app, *args))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/sphinx_automodapi/automodsumm.py", line 314, in process_automodsumm_generation
lines = automodsumm_to_autosummary_lines(sfn, app)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/sphinx_automodapi/automodsumm.py", line 388, in automodsumm_to_autosummary_lines
filestr = automodapi.automodapi_replace(fr.read(), app, True, docname, False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/sphinx_automodapi/automodapi.py", line 322, in automodapi_replace
ispkg, hascls, hasfuncs, hasother, toskip = _mod_info(
^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/sphinx_automodapi/automodapi.py", line 439, in _mod_info
for localnm, fqnm, obj in zip(*find_mod_objs(modname, onlylocals=onlylocals)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/sphinx_automodapi/utils.py", line 76, in find_mod_objs
__import__(modname)
ModuleNotFoundError: No module named 'phrosty.photometry'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/sphinx/cmd/build.py", line 414, in build_main
app = Sphinx(
^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/sphinx/application.py", line 332, in __init__
self._init_builder()
File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/sphinx/application.py", line 414, in _init_builder
self.events.emit('builder-inited')
File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/sphinx/events.py", line 415, in emit
raise ExtensionError(
sphinx.errors.ExtensionError: Handler <function process_automodsumm_generation at 0x7f15ed5eede0> for event 'builder-inited' threw an exception (exception: No module named 'phrosty.photometry')
|