mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
@ -146,8 +146,13 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
# 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 = {
|
||||
'includehidden':True,
|
||||
'collapse_navigation':False,
|
||||
'sticky_navigation':True,
|
||||
'titles_only':True
|
||||
}
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
# html_theme_path = []
|
||||
|
||||
@ -285,4 +290,3 @@ latex_elements = {
|
||||
|
||||
'extraclassoptions' : 'openany',
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user