Skip to content

Commit

Permalink
FIX: html_theme_options already defined
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Aug 21, 2024
1 parent da3c745 commit 1f0f068
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@
html_static_path = ["_static"]
html_css_files = ["style.css"]

# The number of items that will appear in the header before the dropdown menu kicks in
html_theme_options = {
"header_links_before_dropdown": 6,
}

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
Expand All @@ -150,6 +145,7 @@
"use_edit_page_button": False,
"navigation_with_keys": False,
"show_toc_level": 1,
"header_links_before_dropdown": 6,
"navbar_end": ["theme-switcher", "version-switcher", "navbar-icon-links"],
"analytics": dict(google_analytics_id="G-C8SH9E98QC"),
"switcher": {
Expand Down

0 comments on commit 1f0f068

Please sign in to comment.