Skip to content

Commit 6519f7e

Browse files
committed
Add favicon and remove algolia
1 parent 6a2e80e commit 6519f7e

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
lines changed

docs/doc_requires.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ shibuya~=2023.3
33
pygments~=2.15
44
myst_parser~=2.0 # Must Be Underscore, not Hyphen
55
sphinx-intl~=2.1
6-
sphinx-favicon~=1.0
6+
sphinx_favicon~=1.0
77
sphinx-copybutton~=0.5
88
sphinx-autoapi~=2.1.1
99
sphinxext-opengraph~=0.8

docs/source/_static/custom.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@
6565
}
6666
html_css_files = [
6767
"custom.css",
68-
"https://cdn.jsdelivr.net/npm/@docsearch/css@3&"
69-
]
70-
html_js_files = [
71-
'custom.js',
7268
]
7369
html_context = {
7470
"source_type": "github|gitlab",
@@ -120,6 +116,7 @@
120116
ogp_enable_meta_description = True
121117

122118
# -- Options for Favicon output ---------------------------------------------
119+
html_favicon = "_static/favicon.ico"
123120
favicons = [
124121
{"href": "logo.svg"},
125122
{"href": "favicon-16x16.png"},

pdm.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Tracker = "https://github.com/OpenDebates/openskill.py/issues"
7878
[tool.pdm.dev-dependencies]
7979
docs = [
8080
"sphinx~=7.0",
81-
"shibuya~=2023.3",
81+
"shibuya~=2023.7",
8282
"pygments~=2.15",
8383
"myst-parser~=2.0",
8484
"sphinx-intl~=2.1",

0 commit comments

Comments
 (0)