sphinx-themes / sphinx-themes.org

A showcase for Sphinx documentation themes
https://sphinx-themes.org
BSD 2-Clause "Simplified" License
236 stars 44 forks source link

Build failures for several themes #152

Open adamjstewart opened 1 month ago

adamjstewart commented 1 month ago

The following themes on https://sphinx-themes.org/ display build errors:

Not sure if something changed that broke them.

pradyunsg commented 1 month ago

Spot checking a couple of them, they're failing with:

sphinx.errors.ThemeError: An error happened in rendering the page index.
Reason: UndefinedError("'style' is undefined")

They look like they're incompatible with Sphinx 7 and don't declare that: https://github.com/sphinx-doc/sphinx/pull/11381