Skip to content

Commit

Permalink
[BugFix] Limit urllib3 version for readthedocs building
Browse files Browse the repository at this point in the history
The Requests package from python is incompatible with urllib3.

See psf/requests#6432 for issue others have run into.
  • Loading branch information
andrew-platt committed May 8, 2023
1 parent 69e7121 commit d72db2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ sphinxcontrib-doxylink>=1.3
sphinxcontrib-mermaid>=0.6
sphinx_rtd_theme>=0.3
requests[security]
urllib3<2.0.0

0 comments on commit d72db2c

Please sign in to comment.