mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 02:24:04 +00:00
Add navigation_with_keys: False and sort options
This commit is contained in:
15
docs/conf.py
15
docs/conf.py
@@ -37,16 +37,17 @@ html_theme = "sphinx_book_theme"
|
|||||||
html_title = "Docker Stacks documentation"
|
html_title = "Docker Stacks documentation"
|
||||||
html_logo = "_static/jupyter-logo.svg"
|
html_logo = "_static/jupyter-logo.svg"
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"path_to_docs": "docs",
|
|
||||||
"repository_url": "https://github.com/jupyter/docker-stacks",
|
|
||||||
"repository_branch": "main",
|
|
||||||
"use_edit_page_button": True,
|
|
||||||
"use_issues_button": True,
|
|
||||||
"use_repository_button": True,
|
|
||||||
"use_download_button": True,
|
|
||||||
"logo": {
|
"logo": {
|
||||||
"text": html_title,
|
"text": html_title,
|
||||||
},
|
},
|
||||||
|
"navigation_with_keys": False,
|
||||||
|
"path_to_docs": "docs",
|
||||||
|
"repository_branch": "main",
|
||||||
|
"repository_url": "https://github.com/jupyter/docker-stacks",
|
||||||
|
"use_download_button": True,
|
||||||
|
"use_edit_page_button": True,
|
||||||
|
"use_issues_button": True,
|
||||||
|
"use_repository_button": True,
|
||||||
}
|
}
|
||||||
html_last_updated_fmt = "%Y-%m-%d"
|
html_last_updated_fmt = "%Y-%m-%d"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user