File: no_enthought_sphinx_theme.patch

package info (click to toggle)
python-apptools 5.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,552 kB
  • sloc: python: 9,868; makefile: 80
file content (28 lines) | stat: -rw-r--r-- 852 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: Do not try to load enthought_sphinx_theme since its not packaged
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 08 Feb 2022 08:59:27 +0100
Forwarded: not-needed

--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -23,7 +23,7 @@
 # serve to show the default value.
 
 import apptools
-import enthought_sphinx_theme
+# import enthought_sphinx_theme
 
 # General configuration
 # ---------------------
@@ -76,11 +76,6 @@ except ImportError:
 # Options for HTML output
 # -----------------------
 
-# Use the Enthought Sphinx Theme (see
-# https://github.com/enthought/enthought-sphinx-theme)
-html_theme_path = [enthought_sphinx_theme.theme_path]
-html_theme = "enthought"
-
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
 html_title = "Apptools Documentation"