Skip to content

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 .
@@ -267,11 +267,11 @@


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

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.

0.22.0: documentation seems is not ready for sphinx 6.1.3
2 participants