Skip to content

Commit

Permalink
adding theme options
Browse files Browse the repository at this point in the history
  • Loading branch information
temuller committed Jun 20, 2024
1 parent 427fb7d commit c22ef3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
#
html_theme = "sphinx_rtd_theme"
html_logo = "piscola_logo.png"
html_theme_options = {
"logo_only": False,
"display_version": True,
}
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down

0 comments on commit c22ef3c

Please sign in to comment.