Closed
Description
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 #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
- I have tried using the latest released version of llvmlite (most recent is
visible in the change log (https://github.com/numba/llvmlite/blob/main/CHANGE_LOG). - I have included a self contained code sample to reproduce the problem.
i.e. it's possible to run as 'python bug.py'.
Activity