use theme instead of single css file
authorAlexander Solovyov <alexander@solovyov.net>
Mon, 07 Feb 2011 13:11:49 +0100
changeset 179 038e81e5332c
parent 178 88a20499b498
child 180 bcc87f3710b5
use theme instead of single css file
.hgsub
.hgsubstate
docs/_static/cleanery.css
docs/conf.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgsub	Mon Feb 07 13:11:49 2011 +0100
@@ -0,0 +1,1 @@
+docs/cleanery = http://hg.piranha.org.ua/sphinx-cleanery/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgsubstate	Mon Feb 07 13:11:49 2011 +0100
@@ -0,0 +1,1 @@
+f333de6a34145b7fd49d6c2eac74a7189c0b6f15 docs/cleanery
--- a/docs/_static/cleanery.css	Thu Jan 27 10:41:47 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-@import url("default.css");
-
-body {
-    max-width: 50em;
-    margin: 0 auto;
-    background-color: white;
-}
-
-h1, h2, h3, h4, h5, h6 {
-    background-color: white !important;
-    border-bottom: none !important;
-}
-
-div.related {
-    background-color: white;
-    color: black;
-}
-div.related a {
-    color: #20435C
-}
--- a/docs/conf.py	Thu Jan 27 10:41:47 2011 +0100
+++ b/docs/conf.py	Mon Feb 07 13:11:49 2011 +0100
@@ -19,11 +19,6 @@
 
 # -- Options for HTML output ---------------------------------------------------
 
-html_theme = 'default'
-html_style = 'cleanery.css'
-html_theme_options = {'nosidebar': True}
+html_theme = 'cleanery'
+html_theme_path = ['.']
 html_title = "%s v%s" % (project, version)
-html_static_path = ['_static']
-html_use_smartypants = True
-html_use_index = False
-html_show_sourcelink = False