mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
Backporting changes to quickstart (#5306)
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
This commit is contained in:
committed by
Katelyn Baker
parent
56c5a50a06
commit
33bd3b2c1d
@ -148,7 +148,13 @@ html_add_permalinks = True
|
||||
# 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 = []
|
||||
@ -287,4 +293,3 @@ latex_elements = {
|
||||
|
||||
'extraclassoptions' : 'openany',
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user