Skip to content

wip: refactor: Split render to multiple modules #40

wip: refactor: Split render to multiple modules

wip: refactor: Split render to multiple modules #40

Triggered via push January 19, 2026 14:22
Status Failure
Total duration 30s
Artifacts

pages.yml

on: push
Fit to window
Zoom out
Zoom in

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.12 (CPython) * Sphinx version: 9.1.0 * Docutils version: 0.22.4 * 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.12/x64/lib/python3.12/site-packages/sphinx/registry.py", line 550, in load_extension mod = import_module(extname) ^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 999, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/runner/work/data/data/src/sphinxnotes/data/__init__.py", line 26, in <module> from .template import Phase, Template ModuleNotFoundError: No module named 'data.template' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages/sphinx/cmd/build.py", line 414, in build_main app = Sphinx( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages/sphinx/application.py", line 299, in __init__ self.setup_extension(extension) File "/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages/sphinx/application.py", line 505, in setup_extension self.registry.load_extension(self, extname) File "/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages/sphinx/registry.py", line 553, in load_extension raise ExtensionError( sphinx.errors.ExtensionError: Could not import extension data (exception: No module named 'data.template')