18
18
"sphinx.ext.todo" ,
19
19
"sphinx.ext.napoleon" ,
20
20
"sphinx.ext.linkcode" ,
21
- "alagitpull" ,
22
21
"sphinx_issues" ,
22
+ # "alagitpull",
23
23
"sphinx_click.ext" , # sphinx-click
24
24
"myst_parser" ,
25
25
]
@@ -33,8 +33,7 @@ def setup(app):
33
33
34
34
35
35
issues_github_path = about ["__github__" ].replace ("https://github.com/" , "" )
36
-
37
- templates_path = ["_templates" ]
36
+ templates_path = ["_templates" , alagitpull .get_path ()]
38
37
39
38
source_suffix = {".rst" : "restructuredtext" , ".md" : "markdown" }
40
39
@@ -50,11 +49,12 @@ def setup(app):
50
49
51
50
pygments_style = "sphinx"
52
51
53
- html_theme_path = [alagitpull . get_path () ]
52
+ html_theme_path = []
54
53
html_theme = "furo"
55
54
html_theme_options = {
56
55
"logo" : "img/vcspull.svg" ,
57
56
"light_logo" : "img/vcspull.svg" ,
57
+ "dark_logo" : "img/vcspull-dark.svg" ,
58
58
"github_user" : "vcs-python" ,
59
59
"github_repo" : "vcspull" ,
60
60
"github_type" : "star" ,
@@ -70,26 +70,18 @@ def setup(app):
70
70
}
71
71
html_sidebars = {
72
72
"**" : [
73
- # "about.html",
74
- # "navigation.html",
75
- # "relations.html",
76
- # "more.html",
77
- # "searchbox.html",
78
73
"sidebar/scroll-start.html" ,
79
74
"sidebar/brand.html" ,
80
75
"sidebar/search.html" ,
81
76
"sidebar/navigation.html" ,
77
+ "more.html" ,
82
78
"sidebar/scroll-end.html" ,
83
79
]
84
80
}
85
81
86
82
html_static_path = ["_static" ]
87
83
html_extra_path = ["manifest.json" ]
88
84
89
- alagitpull_internal_hosts = ["vcspull.git-pull.com" , "0.0.0.0" ]
90
- alagitpull_external_hosts_new_window = True
91
-
92
-
93
85
htmlhelp_basename = "%sdoc" % about ["__title__" ]
94
86
95
87
latex_documents = [
0 commit comments