python-tuf/requirements-docs.txt
Jussi Kukkonen 0537f12c6f build: Remove docs build requirement version pin
docutils is a sphinx-rtd-theme requirement: pinning was done
to workaround a bug that seems to now be fixed.

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
2022-02-08 13:18:27 +02:00

8 lines
206 B
Text

# Install documentation build requirements
# pinned tuf runtime dependencies (should auto-update and -trigger ci/cd)
-r requirements-pinned.txt
# install sphinx and its extensions
sphinx
sphinx-rtd-theme