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

Fix #1284: bump sphinx version to 5.0.0 #1288

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Fix #1284: bump sphinx version to 5.0.0 #1288

merged 1 commit into from
Feb 23, 2024

Conversation

achantavy
Copy link
Contributor

@achantavy achantavy commented Feb 23, 2024

Failing run: https://github.com/lyft/cartography/actions/runs/8012473952/job/21887802009

Bumping to 5.0.0 should fix this error:

+ sphinx-build -j auto --keep-going -b html generated/rst generated/docs
Running Sphinx v4.3.0
loading translations [en]... done

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.
Error: Process completed with exit code 2.

@achantavy achantavy merged commit 56f11c2 into master Feb 23, 2024
5 checks passed
@achantavy achantavy deleted the fixsphinxversion branch February 23, 2024 07:25
chandanchowdhury pushed a commit to juju4/cartography that referenced this pull request Jun 26, 2024
…cncf#1288)

Failing run:
https://github.com/lyft/cartography/actions/runs/8012473952/job/21887802009

Bumping to 5.0.0 should fix this error:
```
+ sphinx-build -j auto --keep-going -b html generated/rst generated/docs
Running Sphinx v4.3.0
loading translations [en]... done

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.
Error: Process completed with exit code 2.
```
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.

3 participants