From 46abfbdc2d7823ad703550f807c51511dc3e9f1b Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Mon, 23 May 2022 10:29:24 +0200 Subject: [PATCH] Use Python3.7 for building the doc --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index cf086ee..78124df 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = {py37,py38,py39,py10}-django32 {py38,py39,py10}-django{40,main} - py38-docs + py37-docs py38-lint [testenv] @@ -30,7 +30,7 @@ basepython = py38: python3.8 py37: python3.7 -[testenv:py38-docs] +[testenv:py37-docs] changedir = docs/source deps = -rdocs/requirements.txt commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html