summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9c6ebed81..520e05ad9 100644
--- a/Makefile
+++ b/Makefile
@@ -80,11 +80,11 @@ run: buildenv pyenvinstall
sphinx-doc-prebuilds:: buildenv pyenvinstall prebuild-includes
PHONY += docs
-docs: sphinx-doc-prebuilds sphinx-doc
+docs: sphinx-doc-prebuilds
$(call cmd,sphinx,html,docs,docs)
PHONY += docs-live
-docs-live: sphinx-doc-prebuilds sphinx-live
+docs-live: sphinx-doc-prebuilds
$(call cmd,sphinx_autobuild,html,docs,docs)
PHONY += prebuild-includes