mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
tools/sphinx: fix opensearch URL
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user