From bf74636e51a507ee87fe207a6a0bdc3653de4252 Mon Sep 17 00:00:00 2001 From: Ashley Whetter Date: Mon, 7 Sep 2020 10:58:35 -0700 Subject: Configure readthedocs with a .readthedocs.yml --- tox.ini | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6a13e1ce5..9aee0f0f6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,5 @@ [tox] +minversion = 2.4 envlist = py35, py36, py37, py38, pypy, pylint, benchmark skip_missing_interpreters = true @@ -126,20 +127,11 @@ commands = changedir = {toxinidir} [testenv:docs] -skipsdist = True usedevelop = True changedir = doc/ -whitelist_externals = rm -deps = - sphinx==2.0 - python-docs-theme - +extras = + docs commands = - pip install python_docs_theme - rm -f features.rst - python ./exts/pylint_features.py - rm -f extensions.rst - python ./exts/pylint_extensions.py sphinx-build -W -b html -d _build/doctrees . _build/html [testenv:benchmark] -- cgit v1.2.1