libsass-python icon indicating copy to clipboard operation
libsass-python copied to clipboard

doc: support sphinx 6.0 ext.extlinks

Open mtasaka opened this issue 2 years ago • 0 comments

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:

https://github.com/sphinx-doc/sphinx/pull/10471

Fixes #424 .

mtasaka avatar Jul 14 '23 08:07 mtasaka