Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Conversation

@mtasaka
Copy link

@mtasaka mtasaka commented Jul 14, 2023

As sphinx 5 already warns, sphinx.ext.extlinks requires a caption string to contain (exactly) one '%s' if caption is not None, and now sphinx forces this with the following change:

sphinx-doc/sphinx#10471

Fixes #424 .

As sphinx 5 already warns, sphinx.ext.extlinks requires a caption string
to contain (exactly) one '%s' if caption is not None, and now sphinx forces
this with the following change:

sphinx-doc/sphinx#10471

Fixes sass#424 .


extlinks = {
'issue': ('https://github.com/sass/libsass-python/issues/%s', '#'),
Copy link
Member

Choose a reason for hiding this comment

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

this will need an update to needs_sphinx probably

@asottile asottile closed this Oct 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0.22.0: documentation seems is not ready for sphinx 6.1.3

2 participants