diff --git a/docs/conf.py b/docs/conf.py index 23897f5..6846ba2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -190,13 +190,12 @@ ) # A dictionary of values to pass into the template engine’s context for all pages -html_context = dict( - github_user=github_user, - github_repo=project, - github_version=version, - doc_path="docs", - default_mode= "dark", -) +html_context = { + "github_user": github_user, + "github_repo": project, + "github_version": version, + "doc_path": "docs", +} # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. html_show_sphinx = False