Blame SOURCES/0001-Revert-theme-change.patch

a2a3e8
From 18b24292779f8548198d3e4ada2e52d7669607e8 Mon Sep 17 00:00:00 2001
a2a3e8
From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= <zebob.m@gmail.com>
a2a3e8
Date: Mon, 24 May 2021 13:58:40 +0200
a2a3e8
Subject: [PATCH] Revert theme change"
a2a3e8
a2a3e8
---
a2a3e8
 docs/conf.py                     | 11 +++++++++--
a2a3e8
 setup.py                         |  2 +--
a2a3e8
 2 files changed, 10 insertions(+), 3 deletions(-)
a2a3e8
a2a3e8
diff --git a/docs/conf.py b/docs/conf.py
a2a3e8
index 1517620..e9745c6 100644
a2a3e8
--- a/docs/conf.py
a2a3e8
+++ b/docs/conf.py
a2a3e8
@@ -117,7 +117,7 @@ exclude_patterns = ["_build"]
a2a3e8
 # show_authors = False
a2a3e8
 
a2a3e8
 # The name of the Pygments (syntax highlighting) style to use.
a2a3e8
-# pygments_style = "sphinx"
a2a3e8
+pygments_style = "sphinx"
a2a3e8
 
a2a3e8
 # A list of ignored prefixes for module index sorting.
a2a3e8
 # modindex_common_prefix = []
a2a3e8
@@ -131,7 +131,14 @@ exclude_patterns = ["_build"]
a2a3e8
 # The theme to use for HTML and HTML Help pages.  See the documentation for
a2a3e8
 # a list of builtin themes.
a2a3e8
 
a2a3e8
-html_theme = "furo"
a2a3e8
+html_theme = "alabaster"
a2a3e8
+html_theme_options = {
a2a3e8
+    "font_family": '"Avenir Next", Calibri, "PT Sans", sans-serif',
a2a3e8
+    "head_font_family": '"Avenir Next", Calibri, "PT Sans", sans-serif',
a2a3e8
+    "font_size": "18px",
a2a3e8
+    "page_width": "980px",
a2a3e8
+    "show_relbars": True,
a2a3e8
+}
a2a3e8
 
a2a3e8
 # Theme options are theme-specific and customize the look and feel of a theme
a2a3e8
 # further.  For a list of options available for each theme, see the
a2a3e8
diff --git a/setup.py b/setup.py
a2a3e8
index 921725a..29012ef 100644
a2a3e8
--- a/setup.py
a2a3e8
+++ b/setup.py
a2a3e8
@@ -47,7 +46,7 @@ INSTALL_REQUIRES = [
a2a3e8
 EXTRAS_REQUIRE = {
a2a3e8
     "idna": ["idna"],
a2a3e8
     "tests": ["coverage[toml]>=5.0.2", "pytest"],
a2a3e8
-    "docs": ["sphinx", "furo"],
a2a3e8
+    "docs": ["sphinx"],
a2a3e8
 }
a2a3e8
 EXTRAS_REQUIRE["dev"] = (
a2a3e8
     EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["docs"] + ["idna", "pyOpenSSL"]
a2a3e8
a2a3e8
-- 
a2a3e8
2.31.1
a2a3e8