|
@@ -96,7 +96,8 @@ html_theme = 'default'
|
|
|
# Theme options are theme-specific and customize the look and feel of a theme
|
|
|
# further. For a list of options available for each theme, see the
|
|
|
# documentation.
|
|
|
-#html_theme_options = {}
|
|
|
+html_theme_options = {'bodyfont':'roboto, sans-serif',
|
|
|
+ 'headfont':'roboto, "Trebuchet MS", sans-serif'}
|
|
|
|
|
|
# Add any paths that contain custom themes here, relative to this directory.
|
|
|
#html_theme_path = []
|
|
@@ -213,3 +214,6 @@ latex_documents = [
|
|
|
man_pages = [
|
|
|
('aria2c', 'aria2c', u'The ultra fast download utility', [], 1)
|
|
|
]
|
|
|
+
|
|
|
+def setup(app):
|
|
|
+ app.add_stylesheet('default2.css')
|