ProjectPythia / cookbook-template

Project Pythia Cookbook template
https://projectpythia.org/cookbook-template/
Apache License 2.0
21 stars 16 forks source link

Builds are failing with Sphinx version issue #154

Closed brian-rose closed 5 months ago

brian-rose commented 5 months ago

As of this past weekend, all Cookbook builds seem to be broken with a new version conflict.

See the nightly build here

Sphinx version error:
The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.
Traceback (most recent call last):
  File "/home/runner/miniconda3/envs/cookbook-dev/lib/python3.10/site-packages/sphinx/registry.py", line 438, in load_extension
    metadata = setup(app)
  File "/home/runner/miniconda3/envs/cookbook-dev/lib/python3.10/site-packages/sphinxcontrib/applehelp/__init__.py", line 230, in setup
    app.require_sphinx('5.0')
  File "/home/runner/miniconda3/envs/cookbook-dev/lib/python3.10/site-packages/sphinx/application.py", line 393, in require_sphinx
    raise VersionRequirementError(version)
sphinx.errors.VersionRequirementError: 5.0
ktyle commented 5 months ago

https://github.com/sphinx-doc/sphinxcontrib-applehelp released a new version (1.0.8) Saturday. I suspect we'll need to specify <1.0.8 for now.