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"
|