canonical / sphinx-docs-starter-pack

A documentation starter-pack
https://canonical-starter-pack.readthedocs-hosted.com/
10 stars 30 forks source link

suppress warning about config caching #216

Closed ru-fu closed 2 months ago

ru-fu commented 2 months ago

https://github.com/canonical/sphinx-docs-starter-pack/pull/203 introduced a function into the html_context configuration. In parallel, a Sphinx update added a warning message for such cases (see https://github.com/sphinx-doc/sphinx/issues/12300).

This commit suppresses the new warning for now. We might be able to find a better solution later.