sass / libsass-python

A straightforward binding of libsass for Python. Compile Sass/SCSS in Python with no Ruby stack at all!
https://sass.github.io/libsass-python/
MIT License
564 stars 54 forks source link

doc: support sphinx 6.0 ext.extlinks #433

Open mtasaka opened 1 year ago

mtasaka commented 1 year ago

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 .