mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
- New 'docs' environment in tox enables building the sphinx documentation in isolation. - New requirements-docs.txt. Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
14 lines
443 B
Text
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
|