Drop Sphinx theme patch; furo is available

This commit is contained in:
Timo Röhling 2023-11-13 00:39:33 +01:00
parent 8bf36e87d2
commit a909201310
3 changed files with 1 additions and 20 deletions

2
debian/control vendored
View file

@ -6,6 +6,7 @@ Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
furo <!nodoc>,
python3-all,
python3-mock,
python3-pytest (>= 7.1.2),
@ -13,7 +14,6 @@ Build-Depends: debhelper-compat (= 13),
python3-setuptools,
python3-setuptools-scm,
python3-sphinx-copybutton <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
sphinx <!nodoc>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-mock

View file

@ -1,18 +0,0 @@
Description: Use already packaged theme for documentation
Upstream uses the furo theme, which has not been packaged for Debian.
We switch to the common RTD theme instead.
Forwarded: not-needed
Author: Julian Gilbey <jdg@debian.org>
Last-Update: 2022-07-15
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -42,7 +42,7 @@
# 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"
# 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,

View file

@ -1 +0,0 @@
change_sphinx_theme.patch