tools/sphinx: fix opensearch URL

This commit is contained in:
nodiscc
2023-09-05 16:22:27 +02:00
parent e911baa435
commit d78b0ca0c5

View File

@@ -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']