Skip to content
Snippets Groups Projects
Commit 29c11a7a authored by Antoine Lambert's avatar Antoine Lambert
Browse files

requirements.txt: Remove sphinx version pin

Encountered issues have been fixed so we can remove the pinning of sphinx.
parent a82aaf72
No related branches found
No related tags found
No related merge requests found
# Add here external Python modules dependencies, one per line. Module names
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html
sphinx < 4.4.0 # version 4.4.0 adds this kind of warning: "WARNING: hardcoded link 'https://archive.softwareheritage.org/api/1/vault/directory/doc/' could be replaced by an extlink (try using ':swh_web_api:`vault/directory/doc/`' instead)", which breaks the CI since we fail on warnings
sphinx
sphinxcontrib-httpdomain >= 1.8.0
sphinxcontrib-images
sphinxcontrib-programoutput
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment