Sphinx: Set html style to "agogo.css" in conf py
This commit is contained in:
Родитель
482c9d2c73
Коммит
dc1bc81203
|
@ -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".
|
||||
|
|
Загрузка…
Ссылка в новой задаче