Skip to content

Commit

Permalink
Fix failing build of docs (pin urllib3, see #1106)
Browse files Browse the repository at this point in the history
Could not import extension sphinx.builders.linkcheck
(exception: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently
the 'ssl' module is compiled with OpenSSL 1.0.2n  7 Dec 2017.
  • Loading branch information
bittner committed May 4, 2023
1 parent 6ffb031 commit 5326818
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion py.requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
# BEHAVE: PYTHON PACKAGE REQUIREMENTS: For documentation generation
# ============================================================================
# REQUIRES: pip >= 8.0
# AVOID: shponx v4.4.0 and newer -- Problems w/ new link check suggestion warnings
# AVOID: sphinx v4.4.0 and newer -- Problems w/ new link check suggestion warnings
# urllib3 v2.0+ only supports OpenSSL 1.1.1+, 'ssl' module is compiled with
# v1.0.2, see: https://github.com/urllib3/urllib3/issues/2168

sphinx >=1.6,<4.4
sphinx-autobuild
sphinx_bootstrap_theme >= 0.6.0
urllib3 < 2.0.0

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

0 comments on commit 5326818

Please sign in to comment.