Add navigation_with_keys: False and sort options

This commit is contained in:
Ayaz Salikhov
2023-10-26 16:24:49 +03:00
parent 343ef3d174
commit df0464cf4e

View File

@@ -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"