Skip to content

Commit 056bd61

Browse files
committed
Configuration updates
1 parent 2dd498d commit 056bd61

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

docs/conf.py

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
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

3535
issues_github_path = about["__github__"].replace("https://github.com/", "")
36-
37-
templates_path = ["_templates"]
36+
templates_path = ["_templates", alagitpull.get_path()]
3837

3938
source_suffix = {".rst": "restructuredtext", ".md": "markdown"}
4039

@@ -50,11 +49,12 @@ def setup(app):
5049

5150
pygments_style = "sphinx"
5251

53-
html_theme_path = [alagitpull.get_path()]
52+
html_theme_path = []
5453
html_theme = "furo"
5554
html_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
}
7171
html_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

8682
html_static_path = ["_static"]
8783
html_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-
9385
htmlhelp_basename = "%sdoc" % about["__title__"]
9486

9587
latex_documents = [

0 commit comments

Comments
 (0)