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

This commit is contained in:
Ask Solem 2009-05-26 22:22:11 +02:00
Родитель 482c9d2c73
Коммит dc1bc81203
2 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

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

Просмотреть файл

@ -100,7 +100,7 @@ pygments_style = 'trac'
# 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 = 'agogo.css'
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".