mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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>
8 lines
206 B
Text
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
|