17 lines
374 B
INI
17 lines
374 B
INI
[tox]
|
|
envlist = blog
|
|
skipsdist = True
|
|
|
|
[testenv:blog]
|
|
deps =
|
|
sphinx
|
|
sphinx-autobuild
|
|
sphinx-typlog-theme
|
|
sphinxcontrib-plantuml
|
|
ablog
|
|
commands =
|
|
sphinx-autobuild -E -b html source/ build/html/
|
|
|
|
[testenv:cv]
|
|
whitelist_externals = /home/vladan/.nix-profile/bin/pandoc
|
|
commands = pandoc -V geometry:margin=1.6in --from=rst -o build/cv.pdf source/cv.rst
|