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

Fix RTD build, no need for get_html_theme_path(). #1085

Closed stuartarchibald closed 1 month ago

stuartarchibald commented 1 month ago

As title. This follows the instructions suggested in the warning message coming from RTD as noted in #1083, essentially, it removes the definition of html_theme_path which is set by calling the function in the title.

Fixes #1083