sphinx-themes / sphinx-themes.org

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

Include sphinx.ext.todo in the build configuration #111

Closed adrybakov closed 1 year ago

adrybakov commented 1 year ago

There is a build fail in PyData Demo:

ERROR: Unknown directive type "todo".

I believe that propose config template change will resolve it.

Screenshot 2022-10-01 at 15 53 46
pradyunsg commented 1 year ago

Thanks for this PR! It won’t fix the pydata theme being broken (that’s a bug on their end) but it will include an extension that should’ve been included in the theme builds all this time.

pradyunsg commented 1 year ago

https://github.com/sphinx-themes/sphinx-themes.org/issues/105 has context on the pydata failure.