Skip to content

Commit

Permalink
theme switcher and default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Nov 9, 2023
1 parent d87bfed commit a50746f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def visit_reference(self, node):

html_theme_options["navbar_end"] = [
"version-switcher",
"theme-switcher",
"navbar-icon-links",
]

Expand All @@ -316,6 +317,7 @@ def visit_reference(self, node):
"github_repo": "compas_gmsh",
"github_version": "main",
"doc_path": "docs",
"default_theme": "light",
}

html_static_path = ["_static"]
Expand Down

0 comments on commit a50746f

Please sign in to comment.