python-tuf/requirements-docs.txt
Teodora Sechkova 180fd63927
Add tox:docs environment
- New 'docs' environment in tox enables
   building the sphinx documentation in isolation.
 - New requirements-docs.txt.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
2021-08-23 18:25:07 +03:00

14 lines
443 B
Text

# Install requirements needed in for the documentation build
# pinned tuf runtime dependencies (should auto-update and -trigger ci/cd)
-r requirements-pinned.txt
# install sphinx and its extensions
sphinx
sphinx-rtd-theme
# Docutils versions >=0.17.0 have incompatibilites with
# sphinx-rtd-theme and fail to render some features.
# Pin the version until readthedocs release their fix
# (readthedocs/sphinx_rtd_theme#1113).
docutils<0.17.0