From f085fd533dc9483a5fa1d371ed4137e96a6872de Mon Sep 17 00:00:00 2001 From: "Asif Saif Uddin (Auvi)" Date: Tue, 28 Jul 2020 06:41:11 +0600 Subject: revert doc python to 3.6 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 064c4ed..64db5e2 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ commands= # tox -e docs to mimick readthedocs build. # as of today, RTD is using python3.6 and doesn't run "setup.py install" [testenv:docs] -basepython=python3.8 +basepython=python3.6 skipsdist=True deps= sphinx -- cgit v1.2.1