We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
cat docs/conf.py
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:
mesa/docs/conf.py
Line 282 in f00ff96
Which hasn't been touched in 10 years.
The text was updated successfully, but these errors were encountered:
It seems the update from Sphinx v7.4.7 to Sphinx v8.0.2 caused this issue.
Sorry, something went wrong.
intersphinx_mapping
Traced back the issue to this PR:
Should be fixed by #2206.
Successfully merging a pull request may close this issue.
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:It looks like the error is caused by this line:
mesa/docs/conf.py
Line 282 in f00ff96
Which hasn't been touched in 10 years.
The text was updated successfully, but these errors were encountered: