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

Bump Jupyter-Notebook and dependencies to fix build error #90

Merged
merged 4 commits into from
Jul 19, 2024

Conversation

tompollard
Copy link
Contributor

As discussed in #89, the website build is currently failing with a "Sphinx version error":

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 "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/sphinx/registry.py", line 430, in load_extension
    metadata = setup(app)
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/sphinxcontrib/applehelp/__init__.py", line 230, in setup
    app.require_sphinx('5.0')
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/sphinx/application.py", line 415, in require_sphinx
    raise VersionRequirementError(version)
sphinx.errors.VersionRequirementError: 5.0

This pull request bump Jupyter-Notebook and dependencies to fix the build error.

@tompollard tompollard merged commit 59ae483 into main Jul 19, 2024
3 checks passed
@tompollard tompollard deleted the tp/sphinx_error branch July 19, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant