Skip to content

Commit 2e7a24d

Browse files
authored
[1.26] Configure OS for RTD to fix building docs
1 parent 57181d6 commit 2e7a24d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3"
7+
38
python:
49
install:
510
- method: pip

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r ../dev-requirements.txt
22
sphinx>3.0.0
3-
requests>=2,<2.16
3+
requests>=2
44
furo

0 commit comments

Comments
 (0)