mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Use Python3.7 for building the doc
This commit is contained in:
parent
340a01d348
commit
46abfbdc2d
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue