notes/tox.ini

18 lines
374 B
INI
Raw Normal View History

[tox]
2020-02-03 17:36:37 +01:00
envlist = blog
skipsdist = True
[testenv:blog]
2019-08-10 23:00:19 +02:00
deps =
sphinx
sphinx-autobuild
sphinx-typlog-theme
2020-02-03 17:36:37 +01:00
sphinxcontrib-plantuml
2019-08-10 23:00:19 +02:00
ablog
commands =
sphinx-autobuild -E -b html source/ build/html/
[testenv:cv]
2020-08-20 17:43:25 +02:00
whitelist_externals = /home/vladan/.nix-profile/bin/pandoc
2020-02-03 17:36:37 +01:00
commands = pandoc -V geometry:margin=1.6in --from=rst -o build/cv.pdf source/cv.rst