Browse Source

Sphinx: Set html style to "agogo.css" in conf py

Ask Solem 16 years ago
parent
commit
dc1bc81203
2 changed files with 1 additions and 3 deletions
  1. 0 2
      contrib/doc2ghpages
  2. 1 1
      docs/conf.py

+ 0 - 2
contrib/doc2ghpages

@@ -5,8 +5,6 @@ git checkout master
     rm -rf .build;
     rm -rf .build;
     make html;
     make html;
     (cd .build/html;
     (cd .build/html;
-        find . -type f -name "*.html" | \
-            xargs perl -pi -e's/default\.css/agogo\.css/g';
         sphinx-to-github;))
         sphinx-to-github;))
 git checkout gh-pages
 git checkout gh-pages
 cp -r docs/.build/html/* .
 cp -r docs/.build/html/* .

+ 1 - 1
docs/conf.py

@@ -100,7 +100,7 @@ pygments_style = 'trac'
 # The style sheet to use for HTML and HTML Help pages. A file of that name
 # 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
 # must exist either in Sphinx' static/ path, or in one of the custom paths
 # given in html_static_path.
 # given in html_static_path.
-html_style = 'default.css'
+html_style = 'agogo.css'
 
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
 # "<project> v<release> documentation".