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
|
From 1b7e8fcbf6fb329453fb1238961471a9155bfa2b Mon Sep 17 00:00:00 2001
From: Daniel Stender <stender@debian.org>
Date: Sat, 25 Jun 2016 13:47:13 +0200
Subject: disable html style
Disable default.css as html_style.
Bug: https://bugs.debian.org/815305
Forwarded: no
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index fa49472..f40d0d4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -100,7 +100,7 @@ pygments_style = 'sphinx'
# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths
# given in html_static_path.
-html_style = 'default.css'
+# html_style = 'default.css'
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
|