1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Use python3-sphinx-rtd-theme instead of bundled one
Author: Ondřej Nový <onovy@debian.org>
Forwarded: not-needed
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,6 @@
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
-html_theme_path = ['_themes']
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
|