File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,9 +51,10 @@ def setup(app):
5151pygments_style = "sphinx"
5252
5353html_theme_path = [alagitpull .get_path ()]
54- html_theme = "alagitpull "
54+ html_theme = "furo "
5555html_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}
7071html_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
You can’t perform that action at this time.
0 commit comments