From 9eff24ce7fab41c16fa3ae5736397517808eb7e6 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 15 Jan 2018 20:13:43 +0500 Subject: [PATCH 1/2] force py2 for build documentation --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d8cf92ed69..5efd183515 100644 --- a/tox.ini +++ b/tox.ini @@ -48,6 +48,7 @@ commands = flake8 gensim/ [testenv:docs] +basepython = python2.7 recreate = True whitelist_externals = make deps = .[docs] From aff5db22664b17bc54758f921e56167990e539b3 Mon Sep 17 00:00:00 2001 From: Menshikh Ivan Date: Mon, 15 Jan 2018 21:39:37 +0500 Subject: [PATCH 2/2] 2.7 -> 2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5efd183515..43f090ba47 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ commands = flake8 gensim/ [testenv:docs] -basepython = python2.7 +basepython = python2 recreate = True whitelist_externals = make deps = .[docs]