libsass-python
libsass-python copied to clipboard
doc: support sphinx 6.0 ext.extlinks
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 .