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 build with Sphinx 8.x #109

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

hack3ric
Copy link
Contributor

When building on Arch Linux, Sphinx complains current configuration:

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

Change intersphinx_mapping to match https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html fixes the issue.

When building on Arch Linux, Sphinx complains current configuration:

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

Change intersphinx_mapping to match https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
fixes the issue.
hack3ric added a commit to hack3ric/archriscv-packages that referenced this pull request Nov 19, 2024
Remove previous patch, new Sphinx 8.x compatibility patch upstreamed to pallets-eco/flask-principal#109.
@Abdur-rahmaanJ Abdur-rahmaanJ merged commit 54d3da3 into pallets-eco:main Nov 19, 2024
@hack3ric hack3ric deleted the sphinx-8.x branch November 21, 2024 08:45
felixonmars pushed a commit to felixonmars/archriscv-packages that referenced this pull request Nov 26, 2024
Remove previous patch, new Sphinx 8.x compatibility patch upstreamed to pallets-eco/flask-principal#109.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants