diff --git a/bindep.txt b/bindep.txt index 4a02b1020c..b135464f9e 100644 --- a/bindep.txt +++ b/bindep.txt @@ -38,3 +38,6 @@ py-cffi [platform:apk] musl-dev [platform:apk] man-db [pep8] man [platform:rpm pep8] +# libsrvg2 is required to build docs +librsvg2-tools [doc platform:rpm] +librsvg2-bin [doc platform:dpkg] diff --git a/tox.ini b/tox.ini index 2eb017420e..8274c6a733 100644 --- a/tox.ini +++ b/tox.ini @@ -133,7 +133,7 @@ show-source = True # separately, outside of the requirements files. skip_install = True deps = bindep -commands = bindep test +commands = bindep test doc [testenv:releasenotes] basepython = python3