2019-08-04 19:16:01 +02:00
|
|
|
[tox]
|
2020-02-03 17:36:37 +01:00
|
|
|
envlist = blog
|
2019-08-04 19:16:01 +02:00
|
|
|
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 =
|
2019-08-11 12:21:15 +02:00
|
|
|
sphinx-autobuild -E -b html source/ build/html/
|
2019-08-04 19:16:01 +02:00
|
|
|
|
|
|
|
[testenv:cv]
|
2023-07-01 00:06:43 +02:00
|
|
|
allowlist_externals = /usr/bin/pandoc
|
2023-07-04 19:44:32 +02:00
|
|
|
commands = /usr/bin/pandoc -V geometry:margin=1.5in --from=markdown -o build/cv.pdf source/cv.md
|
2023-07-02 16:26:21 +02:00
|
|
|
|
|
|
|
[testenv:cover]
|
|
|
|
allowlist_externals = /usr/bin/pandoc
|
2023-07-04 19:44:32 +02:00
|
|
|
commands = /usr/bin/pandoc -V geometry:margin=1.5in --from=markdown -o build/cover-letter.pdf source/cover-letter.md
|