From 056c9ddc412fb23b81d3192f9f4e2403982ef09a Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 12 May 2018 15:17:06 -0400 Subject: switch to py3 on docs job (#4230) * switch to py3 on docs job * somehow unicode isn't a word --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6dfe1c72..a1e97c50 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,7 @@ commands = extras = docs docstest -basepython = python2.7 +basepython = python3 commands = sphinx-build -j4 -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html sphinx-build -j4 -T -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex -- cgit v1.2.3