diff --git a/doc/_static/akdoc.css b/doc/_static/akdoc.css index c78ea20f9b1b9799f0b791043b4cbdd3bd4db1b6..e83c3b72c2b03cb6bfcd5ed746afa7dd18bbdbf6 100644 --- a/doc/_static/akdoc.css +++ b/doc/_static/akdoc.css @@ -51,3 +51,9 @@ h3 { a.headerlink:hover { text-decoration: none; } + +blockquote p { + font-size: 100%; + font-weight: normal; + line-height: normal; +}; diff --git a/doc/conf.py b/doc/conf.py index a2ed8a06ef2a98baf2975a93c2d1137bc1875111..61df4a89b716844ce1741ef1660f44aad39718c0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -11,7 +11,7 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys, os +#import sys, os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -106,8 +106,9 @@ else: # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - 'navbar_fixed_top': "true", - 'navbar_class': "navbar navbar-inverse", + "navbar_fixed_top": "true", + "navbar_class": "navbar navbar-inverse", + "navbar_site_name": "Contents", } # Theme options are theme-specific and customize the look and feel of a theme