Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Remove docs build requirement version pin #1839

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Install requirements needed in for the documentation build
# 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

# 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