File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,10 @@ def setup(app):
51
51
pygments_style = "sphinx"
52
52
53
53
html_theme_path = [alagitpull .get_path ()]
54
- html_theme = "alagitpull "
54
+ html_theme = "furo "
55
55
html_theme_options = {
56
56
"logo" : "img/vcspull.svg" ,
57
+ "light_logo" : "img/vcspull.svg" ,
57
58
"github_user" : "vcs-python" ,
58
59
"github_repo" : "vcspull" ,
59
60
"github_type" : "star" ,
@@ -69,11 +70,16 @@ def setup(app):
69
70
}
70
71
html_sidebars = {
71
72
"**" : [
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" ,
77
83
]
78
84
}
79
85
You can’t perform that action at this time.
0 commit comments