Skip to content

Commit 871481b

Browse files
committed
Begin porting to furo
1 parent 72dce13 commit 871481b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/conf.py

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ def setup(app):
5151
pygments_style = "sphinx"
5252

5353
html_theme_path = [alagitpull.get_path()]
54-
html_theme = "alagitpull"
54+
html_theme = "furo"
5555
html_theme_options = {
5656
"logo": "img/vcspull.svg",
57+
"light_logo": "img/vcspull.svg",
5758
"github_user": "vcs-python",
5859
"github_repo": "vcspull",
5960
"github_type": "star",
@@ -69,11 +70,16 @@ def setup(app):
6970
}
7071
html_sidebars = {
7172
"**": [
72-
"about.html",
73-
"navigation.html",
74-
"relations.html",
75-
"more.html",
76-
"searchbox.html",
73+
# "about.html",
74+
# "navigation.html",
75+
# "relations.html",
76+
# "more.html",
77+
# "searchbox.html",
78+
"sidebar/scroll-start.html",
79+
"sidebar/brand.html",
80+
"sidebar/search.html",
81+
"sidebar/navigation.html",
82+
"sidebar/scroll-end.html",
7783
]
7884
}
7985

0 commit comments

Comments
 (0)