blob: 2261cc56f86ee9f5fccd69d827924f1f8f26f0b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[tox]
envlist = py3
skipsdist = True
[testenv]
deps =
sphinx
git+https://github.com/mmagorsc/tyrian_sphinx_theme/#egg=tyrian_sphinx_theme
whitelist_externals =
make
commands =
make {posargs:html}
|