Skip to content

Commit

Permalink
Add docs to tox.ini (mozillaGH-36)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanYoung committed May 24, 2022
1 parent 6c0de34 commit 02d06bc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
{3.8,3.9,pypy3.9}-4.0.x
{3.6,3.7,3.8,3.9,pypy3}-3.2.x
{3.6,3.7,3.8,3.9,pypy3}-2.2.x
docs

[testenv]
setenv =
Expand All @@ -27,4 +28,12 @@ deps=
3.2.x: Django>=3.2,<3.3
4.0.x: Django>=4.0,<4.1
main: https://github.com/django/django/archive/main.tar.gz
4.1.x: https://github.com/django/django/archive/1d071ec1aa8fa414bb96b41f7be8a1bd01079815.tar.gz
4.1.x: https://github.com/django/django/archive/1d071ec1aa8fa414bb96b41f7be8a1bd01079815.tar.gz

[testenv:docs]
allowlist_externals = make
basepython = python3
skip_install = true
commands = make -C docs html
deps=
sphinx

0 comments on commit 02d06bc

Please sign in to comment.