valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
226 stars 23 forks source link

Cannot buil docs #243

Open pkgzm opened 7 months ago

pkgzm commented 7 months ago

Cannot build the documentation with Debian 12:

.../valum-framework/valum/build$ ninja [55/55] Generating docs/en user documentation with a custom command FAILED: docs/en /usr/bin/sphinx-build -W -b html /home/patrick/src/examples/valum-framework/valum/docs docs/en Running Sphinx v5.3.0

Warning, treated as error: extlinks: Sphinx-6.0 will require a caption string to contain exactly one '%s' and all other '%' need to be escaped as '%%'. ninja: build stopped: subcommand failed.

arteymix commented 7 months ago

We shouldn't build the docs if the rtd theme is unavailable or use the default Sphinx theme as a fallback.