Skip to content

[BUGFIX] Handle numeric intersphinx links #561

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

Merged
merged 2 commits into from
Aug 27, 2023
Merged

Conversation

linawolf
Copy link
Contributor

When there is a link such as 404.html in the intersphinx the key "404" is treated as int and causes a type error.

This patch uses strval to ensure it is treated as string and adds a test

When there is a link such as 404.html in the intersphinx the key "404" is treated as int and causes a type error.

This patch uses strval to ensure it is treated as string and adds a test
@linawolf linawolf merged commit 5b0cdd5 into main Aug 27, 2023
@linawolf linawolf deleted the bugfix/intersphinx branch August 27, 2023 07:28
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.

2 participants