removed fullscreen mode
This commit is contained in:
parent
badfc65cfe
commit
e0a46a0184
@ -32,9 +32,22 @@ html_css_files = [
|
|||||||
]
|
]
|
||||||
# html_theme = 'furo'
|
# html_theme = 'furo'
|
||||||
html_theme = 'sphinx_book_theme'
|
html_theme = 'sphinx_book_theme'
|
||||||
|
# html_theme = 'pydata_sphinx_theme'
|
||||||
html_logo = "logo.png"
|
html_logo = "logo.png"
|
||||||
|
html_context ={
|
||||||
|
"default_mode": "light"
|
||||||
|
}
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"sidebar_hide_name": True,
|
"repository_url": "https://github.com/gocivici/trinteract",
|
||||||
|
"path_to_docs": "docs/source",
|
||||||
|
"repository_branch": "master",
|
||||||
|
"use_repository_button": True,
|
||||||
|
"use_issues_button": True,
|
||||||
|
"use_edit_page_button": True,
|
||||||
|
"navbar_end": ["navbar-icon-links"],
|
||||||
|
"use_fullscreen_button": False,
|
||||||
|
# "use_switch_button": False,
|
||||||
|
#"sidebar_hide_name": True,
|
||||||
# "announcement": "<em>Important</em> announcement!",
|
# "announcement": "<em>Important</em> announcement!",
|
||||||
# 'collapse_navigation': False,
|
# 'collapse_navigation': False,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user