Skip to content

Commit

Permalink
Expand navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed Dec 12, 2024
1 parent d766ee8 commit 6bdf003
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import os
import sys

from bs4 import BeautifulSoup as bs # noqa: N813

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down Expand Up @@ -112,8 +110,8 @@
html_theme_options = {
"navigation_depth": 2, # defaults to 4
"show_toc_level": 2,
"header_links_before_dropdown": 3,
"navbar_align": "left",
# "header_links_before_dropdown": 3,
# "navbar_align": "left",
"show_prev_next": False,
"collapse_navigation": True,
"use_edit_page_button": True,
Expand Down

0 comments on commit 6bdf003

Please sign in to comment.