diff --git a/debian/control b/debian/control index d0ec209..932e62b 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, + furo , 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 , - python3-sphinx-rtd-theme , sphinx Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-mock diff --git a/debian/patches/change_sphinx_theme.patch b/debian/patches/change_sphinx_theme.patch deleted file mode 100644 index 590080a..0000000 --- a/debian/patches/change_sphinx_theme.patch +++ /dev/null @@ -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 -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, diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 45fa4aa..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -change_sphinx_theme.patch