File: do-not-use-sphinx_rtd_theme.patch

package info (click to toggle)
python-networkx 1.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,052 kB
  • ctags: 3,986
  • sloc: python: 52,132; makefile: 176
file content (21 lines) | stat: -rw-r--r-- 695 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
Description: Do not use sphinx_rtd_theme theme
 Do not use sphinx_rtd_theme theme
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-06-24

--- python-networkx-1.9.orig/doc/source/conf.py
+++ python-networkx-1.9/doc/source/conf.py
@@ -95,9 +95,9 @@ doctest_global_setup="import networkx as
 
 # Options for HTML output
 # -----------------------
-import sphinx_rtd_theme
-html_theme = "sphinx_rtd_theme"
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+##import sphinx_rtd_theme
+##html_theme = "sphinx_rtd_theme"
+##html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
 #html_theme_options = {
 #    "rightsidebar": "true",
 #    "relbarbgcolor: "black"