Skip to content

Commit

Permalink
doc: remove version switcher (since we only have one version)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
  • Loading branch information
ru-fu committed Feb 22, 2023
1 parent 0b48d39 commit 7143787
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .sphinx/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,9 @@ ol.arabic ol.arabic {
details summary {
color: var(--color-link);
}

/** Hide the line above the search (looks strange without the
version switcher) **/
.sidebar-search {
border-top: 0
}
2 changes: 1 addition & 1 deletion .sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

html_sidebars = {
"**": [
"sidebar/variant-selector.html",
# "sidebar/variant-selector.html",
"sidebar/search.html",
"sidebar/scroll-start.html",
"sidebar/navigation.html",
Expand Down

0 comments on commit 7143787

Please sign in to comment.