mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/sphinx: fix opensearch URL
This commit is contained in:
parent
e911baa435
commit
d78b0ca0c5
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ html_show_sphinx = False
|
|||
html_show_search_summary = True
|
||||
html_copy_source = False
|
||||
html_show_copyright = True
|
||||
html_use_opensearch = 'https://nodiscc.github.io/awesome-selfhosted-html-preview/'
|
||||
html_use_opensearch = 'https://awesome-selfhosted.net/'
|
||||
html_favicon = '../_static/favicon.ico'
|
||||
html_logo = '../_static/logo.svg'
|
||||
extensions = ['myst_parser', 'sphinx_design']
|
||||
|
|
|
|||
Loading…
Reference in a new issue