Build Failed!

29 Dec 2025 01:23:43 UTC
Unless all site previews are broken, this is a problem with the sphinx-press-theme package.
Configuration
{'html_theme': 'press'}
Output
======================================== stdout ========================================

======================================== stderr ========================================
Traceback (most recent call last):
  File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/bin/sphinx-build", line 4, in <module>
    from sphinx.cmd.build import main
  File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/cmd/build.py", line 17, in <module>
    from sphinx.application import Sphinx
  File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/application.py", line 27, in <module>
    from sphinx.registry import SphinxComponentRegistry
  File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/registry.py", line 17, in <module>
    from sphinx.parsers import Parser as SphinxParser
  File "/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/parsers.py", line 13, in <module>
    from sphinx.util.rst import append_epilog, prepend_prolog
ImportError: cannot import name 'append_epilog' from 'sphinx.util.rst' (/home/runner/work/sphinx-themes.org/sphinx-themes.org/.nox/publish/lib/python3.12/site-packages/sphinx/util/rst.py). Did you mean: '_append_epilogue'?