1818 "sphinx.ext.todo" ,
1919 "sphinx.ext.napoleon" ,
2020 "sphinx.ext.linkcode" ,
21- "alagitpull" ,
2221 "sphinx_issues" ,
22+ # "alagitpull",
2323 "sphinx_click.ext" , # sphinx-click
2424 "myst_parser" ,
2525]
@@ -33,8 +33,7 @@ def setup(app):
3333
3434
3535issues_github_path = about ["__github__" ].replace ("https://github.com/" , "" )
36-
37- templates_path = ["_templates" ]
36+ templates_path = ["_templates" , alagitpull .get_path ()]
3837
3938source_suffix = {".rst" : "restructuredtext" , ".md" : "markdown" }
4039
@@ -50,11 +49,12 @@ def setup(app):
5049
5150pygments_style = "sphinx"
5251
53- html_theme_path = [alagitpull . get_path () ]
52+ html_theme_path = []
5453html_theme = "furo"
5554html_theme_options = {
5655 "logo" : "img/vcspull.svg" ,
5756 "light_logo" : "img/vcspull.svg" ,
57+ "dark_logo" : "img/vcspull-dark.svg" ,
5858 "github_user" : "vcs-python" ,
5959 "github_repo" : "vcspull" ,
6060 "github_type" : "star" ,
@@ -70,26 +70,18 @@ def setup(app):
7070}
7171html_sidebars = {
7272 "**" : [
73- # "about.html",
74- # "navigation.html",
75- # "relations.html",
76- # "more.html",
77- # "searchbox.html",
7873 "sidebar/scroll-start.html" ,
7974 "sidebar/brand.html" ,
8075 "sidebar/search.html" ,
8176 "sidebar/navigation.html" ,
77+ "more.html" ,
8278 "sidebar/scroll-end.html" ,
8379 ]
8480}
8581
8682html_static_path = ["_static" ]
8783html_extra_path = ["manifest.json" ]
8884
89- alagitpull_internal_hosts = ["vcspull.git-pull.com" , "0.0.0.0" ]
90- alagitpull_external_hosts_new_window = True
91-
92-
9385htmlhelp_basename = "%sdoc" % about ["__title__" ]
9486
9587latex_documents = [
0 commit comments