Skip to content

Commit

Permalink
Add favicon and remove algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Jul 21, 2023
1 parent 6a2e80e commit 6519f7e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/doc_requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ shibuya~=2023.3
pygments~=2.15
myst_parser~=2.0 # Must Be Underscore, not Hyphen
sphinx-intl~=2.1
sphinx-favicon~=1.0
sphinx_favicon~=1.0
sphinx-copybutton~=0.5
sphinx-autoapi~=2.1.1
sphinxext-opengraph~=0.8
Expand Down
8 changes: 0 additions & 8 deletions docs/source/_static/custom.js

This file was deleted.

5 changes: 1 addition & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
}
html_css_files = [
"custom.css",
"https://cdn.jsdelivr.net/npm/@docsearch/css@3&"
]
html_js_files = [
'custom.js',
]
html_context = {
"source_type": "github|gitlab",
Expand Down Expand Up @@ -120,6 +116,7 @@
ogp_enable_meta_description = True

# -- Options for Favicon output ---------------------------------------------
html_favicon = "_static/favicon.ico"
favicons = [
{"href": "logo.svg"},
{"href": "favicon-16x16.png"},
Expand Down
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Tracker = "https://github.com/OpenDebates/openskill.py/issues"
[tool.pdm.dev-dependencies]
docs = [
"sphinx~=7.0",
"shibuya~=2023.3",
"shibuya~=2023.7",
"pygments~=2.15",
"myst-parser~=2.0",
"sphinx-intl~=2.1",
Expand Down

0 comments on commit 6519f7e

Please sign in to comment.