Skip to content

Commit

Permalink
docs: Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed May 6, 2023
1 parent 30c2da2 commit 2c957fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ formats:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
# For `autodoc`
- method: pip
path: .
- requirements: docs/requirements.txt
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ sphinx==6.1.2
furo==2022.12.7
sphinx-toolbox==3.4.0
urwid==2.1.2

# `sphinx-toolbox` requires `cachecontrol`, which is incompatible with `urllib3>=2`
# See https://github.com/ionrock/cachecontrol/issues/292
urllib3<2

0 comments on commit 2c957fb

Please sign in to comment.