Skip to content

Commit 90becbd

Browse files
authored
update readthedocs config
1 parent df42253 commit 90becbd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.readthedocs.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 2
77

8+
# Set the OS, Python version and other tools you might need
9+
build:
10+
os: ubuntu-lts-latest
11+
tools:
12+
python: "3.9"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/conf.py
@@ -18,7 +24,6 @@ formats: all
1824

1925
# Optionally set the version of Python and requirements required to build your docs
2026
python:
21-
version: 3.7
2227
install:
2328
- requirements: requirements.txt
2429
- method: pip

0 commit comments

Comments
 (0)