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(catalog): remove an extra / added in the URLs. #4

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

Yannick-Dayer
Copy link
Collaborator

@Yannick-Dayer Yannick-Dayer commented Aug 7, 2024

The URLs passed to sphinx contained an additional / character. sphinx>=8.0 does not "resolve" URLs anymore and does not clean that /.

This removed the superfluous /.

Fixes #3.


📚 Documentation preview 📚: https://auto-intersphinx--4.org.readthedocs.build/en/4/

The URLs passed to sphinx contained an additional `/` character.
sphinx>=8.0 does not "resolve" URLs anymore and does not clean it.

This removed the superfluous `/`.
Copy link

github-actions bot commented Aug 7, 2024

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/auto_intersphinx
  catalog.py
Project Total  

This report was generated by python-coverage-comment-action

Copy link
Member

@anjos anjos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good, thx.

@anjos anjos merged commit 1b52b18 into main Aug 7, 2024
11 checks passed
@anjos anjos deleted the fix/test-sphinx8 branch August 7, 2024 17:55
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.

Tests fail with the latest versions of sphinx
2 participants