Use Python3.7 for building the doc

This commit is contained in:
Hasan Ramezani 2022-05-23 10:29:24 +02:00
parent 340a01d348
commit 46abfbdc2d

View file

@ -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