File: do-not-use-furo-theme.patch

package info (click to toggle)
python-jsonschema 4.25.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,952 kB
  • sloc: python: 8,469; makefile: 210; sh: 12
file content (20 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Do not use furo theme
 This Sphinx theme isn't available in Debian, and I don't think it's
 important, so just disabling it for now.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2022-06-13

Index: python-jsonschema/docs/conf.py
===================================================================
--- python-jsonschema.orig/docs/conf.py
+++ python-jsonschema/docs/conf.py
@@ -34,7 +34,7 @@
 pygments_style = "lovelace"
 pygments_dark_style = "one-dark"
 
-html_theme = "furo"
+#html_theme = "furo"
 
 # See sphinx-doc/sphinx#10785
 _TYPE_ALIASES = {