Blame SOURCES/yara-docs-theme.patch

f40bcb
diff -ru yara-74734418a256c5304ccaf1d322c57e305ff75362/docs/conf.py yara-74734418a256c5304ccaf1d322c57e305ff75362.new/docs/conf.py
f40bcb
--- yara-74734418a256c5304ccaf1d322c57e305ff75362/docs/conf.py	2016-08-02 22:08:18.000000000 +0200
f40bcb
+++ yara-74734418a256c5304ccaf1d322c57e305ff75362.new/docs/conf.py	2016-08-08 23:08:47.637063737 +0200
f40bcb
@@ -102,12 +102,13 @@
f40bcb
 # The theme to use for HTML and HTML Help pages.  See the documentation for
f40bcb
 # a list of builtin themes.
f40bcb
 
f40bcb
-try:
f40bcb
-	import sphinx_rtd_theme
f40bcb
-	html_theme = "sphinx_rtd_theme"
f40bcb
-	html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
f40bcb
-except:
f40bcb
-	html_theme = "default"
f40bcb
+#try:
f40bcb
+#	import sphinx_rtd_theme
f40bcb
+#	html_theme = "sphinx_rtd_theme"
f40bcb
+#	html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
f40bcb
+#except:
f40bcb
+#	html_theme = "default"
f40bcb
+html_theme = "default"
f40bcb
 
f40bcb
 # Theme options are theme-specific and customize the look and feel of a theme
f40bcb
 # further.  For a list of options available for each theme, see the