notes/tox.ini

22 lines
520 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]
2023-07-01 00:06:43 +02:00
allowlist_externals = /usr/bin/pandoc
commands = pandoc -V geometry:margin=1.5in --from=markdown -o build/cv.pdf source/cv.md
[testenv:cover]
allowlist_externals = /usr/bin/pandoc
commands = pandoc -V geometry:margin=1.5in --from=markdown -o build/cover-letter.pdf source/cover-letter.md