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]
|
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
|