1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Replace furo theme by sphinx_rtd_theme
The furo theme isn't available in Debian.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2025-09-16
--- python-pysnmp4-7.1.21.orig/docs/source/conf.py
+++ python-pysnmp4-7.1.21/docs/source/conf.py
@@ -131,7 +131,7 @@ repo = "https://github.com/lextudio/pysn
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = "furo"
+html_theme = "sphinx_rtd_theme"
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
|