Remove docs builds

This commit is contained in:
Luke Murphy 2020-03-01 01:42:55 +00:00
parent 7fe7526ded
commit 1e8a2bf70b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 15 deletions

15
tox.ini
View File

@ -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