define html_context needed for edit_page_button

This commit is contained in:
Min RK
2022-01-20 18:56:41 +01:00
parent 538abdf084
commit 08a913707f

View File

@@ -147,6 +147,13 @@ html_theme_options = {
"navbar_align": "left", "navbar_align": "left",
} }
html_context = {
"github_user": "jupyterhub",
"github_repo": "jupyterhub",
"github_version": "main",
"doc_path": "docs",
}
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
latex_elements = { latex_elements = {