File: disable-sphinx-theme.patch

package info (click to toggle)
translate-toolkit 2.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,988 kB
  • sloc: python: 52,062; sh: 2,606; makefile: 245; pascal: 40; java: 16
file content (28 lines) | stat: -rw-r--r-- 941 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: don't use sphinx-bootstrap theme for building documentation
Author: Stuart Prescott <stuart@debian.org>
Forwarded: http://bugs.locamotion.org/show_bug.cgi?id=2796
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -161,17 +161,17 @@
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'sphinx-bootstrap'
+#html_theme = 'sphinx-bootstrap'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
-html_theme_options = {
-    'nosidebar': True,
-}
+#html_theme_options = {
+    #'nosidebar': True,
+#}
 
 # Add any paths that contain custom themes here, relative to this directory.
-html_theme_path = ['_themes']
+#html_theme_path = ['_themes']
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".