Backporting changes to quickstart (#5306)

Signed-off-by: Ed Prosser <edward.prosser@r3.com>
This commit is contained in:
edward-prosser
2019-08-19 22:41:51 +01:00
committed by Katelyn Baker
parent 56c5a50a06
commit 33bd3b2c1d
5 changed files with 692 additions and 96 deletions

View File

@ -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',
}