Skip to content

Commit 0586f4a

Browse files
authored
Merge pull request #1319 from dateutil/update_rtd
Update readthedocs configuration
2 parents 8c4c69d + 9fb7b15 commit 0586f4a

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.readthedocs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ version: 2
33
sphinx:
44
configuration: docs/conf.py
55

6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.11"
10+
611
python:
7-
version: 3.8
812
install:
9-
- method: pip
10-
path: .
11-
- requirements: docs/requirements-docs.txt
13+
- method: "pip"
14+
path: "."
15+
- requirements: "docs/requirements-docs.txt"

0 commit comments

Comments
 (0)