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

Readthedocs is failing on configuration error #2205

Closed
EwoutH opened this issue Aug 12, 2024 · 2 comments · Fixed by #2206
Closed

Readthedocs is failing on configuration error #2205

EwoutH opened this issue Aug 12, 2024 · 2 comments · Fixed by #2206
Labels
ci Release notes label docs Release notes label

Comments

@EwoutH
Copy link
Member

EwoutH commented Aug 12, 2024

All our recent docs builds have been failing: https://readthedocs.org/projects/mesa/builds/

The error at hand, which originates in the cat docs/conf.py step:

ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. Expected a two-element tuple or list.

It looks like the error is caused by this line:

intersphinx_mapping = {"http://docs.python.org/": None}

Which hasn't been touched in 10 years.

@EwoutH EwoutH added docs Release notes label ci Release notes label labels Aug 12, 2024
@EwoutH
Copy link
Member Author

EwoutH commented Aug 12, 2024

It seems the update from Sphinx v7.4.7 to Sphinx v8.0.2 caused this issue.

@EwoutH
Copy link
Member Author

EwoutH commented Aug 12, 2024

Traced back the issue to this PR:

Should be fixed by #2206.

@rht rht closed this as completed in #2206 Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Release notes label docs Release notes label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant