summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-09-20 07:51:01 +0200
committerAlexandre Flament <alex@al-f.net>2020-09-28 13:27:50 +0200
commitc2a6f145160dca0873dbd2f2c9ffe7e1bc340236 (patch)
tree0b35739497831353e697bd8b0fa796de2c31dcb6 /requirements-dev.txt
parent9d60ae1ce64b7a715f7780d304afa832583c6e4f (diff)
downloadsearxng-c2a6f145160dca0873dbd2f2c9ffe7e1bc340236.tar.gz
searxng-c2a6f145160dca0873dbd2f2c9ffe7e1bc340236.zip
[fix] Update Sphinx package versions
* Update call to sphinx-autobuild (remove --poll -B options, add --open-browser) * Upgrade the Sphinx and sphinx-tabs versions. * utils/makefile.sphinx: remove the SPHINXVERS variable. * utils/makefile.sphinx: remove the sphinx-doc and sphinx-live targets, Sphinx is already installed by the pyenvinstall target.
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 136d7457d..c94d4af3f 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -12,9 +12,13 @@ selenium==3.141.0
twine==3.2.0; python_version >= "3.6"
twine==1.15.0; python_version < "3.6"
Pallets-Sphinx-Themes==1.2.3
-Sphinx==3.0.1
+Sphinx==3.2.1; python_version >= '3.6'
+Sphinx==3.0.1; python_version < '3.6'
sphinx-issues==1.2.0
sphinx-jinja==1.1.1
-sphinx-tabs==1.1.13
+sphinx-tabs==1.3.0; python_version >= '3.6'
+sphinx-tabs==1.1.13; python_version < '3.6'
sphinxcontrib-programoutput==0.16
+sphinx-autobuild==2020.9.1; python_version >= '3.6'
+sphinx-autobuild==0.7.1; python_version < '3.6'
linuxdoc @ git+http://github.com/return42/linuxdoc.git@70673dcf69e705e08d81f53794895dc15c4920b3#egg=linuxdoc