From c2a6f145160dca0873dbd2f2c9ffe7e1bc340236 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sun, 20 Sep 2020 07:51:01 +0200 Subject: [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. --- requirements-dev.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'requirements-dev.txt') 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 -- cgit v1.2.3