|
@@ -123,6 +123,7 @@ extensions = [
|
|
|
'linuxdoc.kfigure',
|
|
|
"sphinx_tabs.tabs",
|
|
|
'myst_parser',
|
|
|
+ 'notfound.extension',
|
|
|
]
|
|
|
|
|
|
suppress_warnings = ['myst.domains']
|
|
@@ -140,6 +141,10 @@ issues_github_path = "searxng/searxng"
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+notfound_urls_prefix = '/'
|
|
|
+
|
|
|
sys.path.append(os.path.abspath('_themes'))
|
|
|
sys.path.insert(0, os.path.abspath("../utils/"))
|
|
|
html_theme_path = ['_themes']
|