scylladb / sphinx-scylladb-theme

The documentation toolchain for Scylla projects.
https://sphinx-theme.scylladb.com
Apache License 2.0
12 stars 14 forks source link

Allow updating Sphinx-Substitution-Extensions and update dependencies #1295

Open tnozicka opened 1 week ago

tnozicka commented 1 week ago

This PR allows newer version of Sphinx-Substitution-Extensions to be fetched by poetry. Because poetry doesn't allow version overrides this is very important as it allows the update for the dependent subprojects. From what I was able to observe, the old substitution versions don't work with replacements with myst in the code blocks, while the new ones (2024.10.17) do.

https://pypi.org/project/sphinx-substitution-extensions/#toc-entry-8

Fixes #1290

tnozicka commented 1 week ago

cc @dgarcia360 @annastuchlik