|
|
@ -144,7 +144,8 @@ html_theme = 'sphinx_rtd_theme'
|
|
|
|
# further. For a list of options available for each theme, see the
|
|
|
|
# further. For a list of options available for each theme, see the
|
|
|
|
# documentation.
|
|
|
|
# documentation.
|
|
|
|
html_theme_options = {
|
|
|
|
html_theme_options = {
|
|
|
|
'navigation_with_keys': True
|
|
|
|
'navigation_with_keys': True,
|
|
|
|
|
|
|
|
'flyout_display': 'attached',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# Add any paths that contain custom themes here, relative to this directory.
|
|
|
|
# Add any paths that contain custom themes here, relative to this directory.
|
|
|
@ -181,6 +182,10 @@ html_static_path = [
|
|
|
|
'_static'
|
|
|
|
'_static'
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html_css_files = [
|
|
|
|
|
|
|
|
'global.css',
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
# Add any extra paths that contain custom files (such as robots.txt or
|
|
|
|
# Add any extra paths that contain custom files (such as robots.txt or
|
|
|
|
# .htaccess) here, relative to this directory. These files are copied
|
|
|
|
# .htaccess) here, relative to this directory. These files are copied
|
|
|
|
# directly to the root of the documentation.
|
|
|
|
# directly to the root of the documentation.
|
|
|
|