Skip to content

Commit

Permalink
Edited conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Shihab Suliman committed Apr 3, 2024
1 parent 5568835 commit e1f1f9f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1f1f9f

Please sign in to comment.