numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.94k stars 321 forks source link

Docs build broken #1083

Closed gmarkall closed 1 month ago

gmarkall commented 1 month ago

RTD now says:

WARNING: Calling get_html_theme_path is deprecated. If you are calling it to define html_theme_path, you are safe to remove that code.

as seen on https://github.com/numba/llvmlite/pull/1082 - this may be because of Addons being enabled by default or just a new version of Sphinx with a deprecation we previously didn't encounter.

Reporting a bug