From 1e8a2bf70b166ccc796121e008c30f5e6fa66373 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 1 Mar 2020 01:42:55 +0000 Subject: [PATCH] Remove docs builds --- tox.ini | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tox.ini b/tox.ini index 8546c50..81bcb84 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ envlist = sort format type - docs changelog metadata-release skip_missing_interpreters = True @@ -45,20 +44,6 @@ skipdist = True deps = mypy commands = mypy flask-calibrestekje/ test/ -[testenv:docs] -description = build the documentation -skipdist = True -deps = - sphinx - sphinx_rtd_theme -commands = python -m setup build_sphinx - -[testenv:docs-livereload] -description = invoke sphinx-autobuild to build and reload the documentation -commands = python -m sphinx_autobuild docs/source docs/build -deps = sphinx-autobuild>=0.7.1,<1.0 -extras = docs - [testenv:changelog] description = draw up the new changelog skipdist = True