summaryrefslogtreecommitdiff
blob: d80cb19a4dc24f15396754fd239bec9b541045b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py3
skipsdist = True

[testenv]
deps =
	sphinx<7
	tyrian-sphinx-theme
allowlist_externals =
	make

commands =
	make {posargs:clean all}