Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builds are failing with Sphinx version issue #154

Closed
brian-rose opened this issue Jan 15, 2024 · 1 comment · Fixed by ProjectPythia/cookbook-actions#91
Closed

Builds are failing with Sphinx version issue #154

brian-rose opened this issue Jan 15, 2024 · 1 comment · Fixed by ProjectPythia/cookbook-actions#91
Assignees
Labels
infrastructure Infrastructure related issue

Comments

@brian-rose
Copy link
Member

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
@brian-rose brian-rose added the infrastructure Infrastructure related issue label Jan 15, 2024
@ktyle
Copy link
Contributor

ktyle commented Jan 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Infrastructure related issue
Projects
None yet
3 participants