Skip to content

Commit

Permalink
CONSTRAIN: urllib3 fix for RTD docs building
Browse files Browse the repository at this point in the history
* Constrain requirement to python_version <= '3.8'
* RTD currently used python3.7 (with the urllib3 problem)
  • Loading branch information
jenisys committed May 6, 2023
1 parent 3f264e2 commit 4576db0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py.requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ sphinx-autobuild
sphinx_bootstrap_theme >= 0.6.0

# -- NEEDED FOR: RTD (as temporary fix)
urllib3 < 2.0.0; python_version < '3.10'
urllib3 >= 2.0.0; python_version >= '3.10'
urllib3 < 2.0.0; python_version < '3.8'

# -- SUPPORT: sphinx-doc translations (prepared)
sphinx-intl >= 0.9.11

0 comments on commit 4576db0

Please sign in to comment.