diff options
author | Alexandre Flament <alex@al-f.net> | 2022-03-26 13:42:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 13:42:44 +0100 |
commit | 1ee5cfb01c528745341a39cbde6fa181101f78b4 (patch) | |
tree | cb174f975fa6b5c4b4f6d8c1af4c12c2466cbf04 /requirements-dev.txt | |
parent | ef8af285a22db78a3d28d0f13228f0487ce9fe8b (diff) | |
parent | 24f53276c1db5d3ebd8969d20eac77970ce6b2d5 (diff) | |
download | searxng-1ee5cfb01c528745341a39cbde6fa181101f78b4.tar.gz searxng-1ee5cfb01c528745341a39cbde6fa181101f78b4.zip |
Merge pull request #1000 from return42/fix-703
[fix] add sphinx-notfound-page
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 27cb56ae9..970c3811e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,6 +14,7 @@ sphinx-jinja==2.0.1 sphinx-tabs==3.3.1 sphinxcontrib-programoutput==0.17 sphinx-autobuild==2021.3.14 +sphinx-notfound-page==0.8 myst-parser==0.17.0 linuxdoc==20211220 aiounittest==1.4.1 |