mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Commenting out sticky_navigation option by default
This commit is contained in:
parent
0cd262d06c
commit
db06dad648
|
@ -107,7 +107,7 @@ 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 = {
|
||||||
'sticky_navigation' : False # Set to True to "stick" the navigation during scrolling
|
# 'sticky_navigation' : False # Set to True to "stick" the navigation during scrolling
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add any paths that contain custom themes here, relative to this directory.
|
# Add any paths that contain custom themes here, relative to this directory.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user