Use pandoc from nix
This commit is contained in:
parent
a92c370640
commit
506d8a3c29
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -13,5 +13,5 @@ commands =
|
||||||
sphinx-autobuild -E -b html source/ build/html/
|
sphinx-autobuild -E -b html source/ build/html/
|
||||||
|
|
||||||
[testenv:cv]
|
[testenv:cv]
|
||||||
whitelist_externals = /usr/bin/pandoc
|
whitelist_externals = /home/vladan/.nix-profile/bin/pandoc
|
||||||
commands = pandoc -V geometry:margin=1.6in --from=rst -o build/cv.pdf source/cv.rst
|
commands = pandoc -V geometry:margin=1.6in --from=rst -o build/cv.pdf source/cv.rst
|
||||||
|
|
Loading…
Reference in a new issue