summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/_themes/searxng/theme.conf1
-rw-r--r--requirements-dev.txt7
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/_themes/searxng/theme.conf b/docs/_themes/searxng/theme.conf
index 802ffff4e..069a40818 100644
--- a/docs/_themes/searxng/theme.conf
+++ b/docs/_themes/searxng/theme.conf
@@ -4,3 +4,4 @@ stylesheet = searxng.css
[options]
touch_icon =
+globaltoc_maxdepth = 5 \ No newline at end of file
diff --git a/requirements-dev.txt b/requirements-dev.txt
index d1dae2379..bb0a09ea7 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -7,15 +7,16 @@ splinter==0.19.0
selenium==4.11.2
twine==4.0.2
Pallets-Sphinx-Themes==2.1.1
-Sphinx==7.1.2
+Sphinx==7.1.2; python_version == '3.8'
+Sphinx==7.2.3; python_version > '3.8'
sphinx-issues==3.0.1
sphinx-jinja==2.0.2
sphinx-tabs==3.4.1
sphinxcontrib-programoutput==0.17
sphinx-autobuild==2021.3.14
-sphinx-notfound-page==0.8.3
+sphinx-notfound-page==1.0.0rc1
myst-parser==2.0.0
-linuxdoc==20230629
+linuxdoc==20230827
aiounittest==1.4.2
yamllint==1.32.0
wlc==1.13