Skip to content

Commit

Permalink
We updated the Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciherr committed Sep 9, 2024
1 parent b16c681 commit b40e99d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@
# These are options specifically for the Wagtail Theme.
html_theme_options = dict(
project_name = "PSM tips",
github_url = "https://github.com/psm-compute/psm-compute.github.io/tree/main/docs/source/"
# logo_alt = "Wagtail",
# logo_height = 59,
# logo_url = "/",
# logo_width = 45,
)

html_theme_options = dict(
github_url = "https://github.com/psm-compute/psm-compute.github.io/tree/main/docs"
)

html_theme = 'sphinx_wagtail_theme'
html_static_path = ['_static']
html_title = "PSM tips and trics page"

html_show_copyright = False
html_show_sphinx = False
html_show_sphinx = False

0 comments on commit b40e99d

Please sign in to comment.