[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 = /usr/bin/pandoc commands = pandoc -V geometry:margin=1.6in --from=rst -o build/cv.pdf source/cv.rst