Skip to content

Commit bf1cdae

Browse files
clelangeandrzejnovak
authored andcommitted
Update readthedocs config
1 parent 4dd7a7b commit bf1cdae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.readthedocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
# Required
55
version: 2
66

7+
# Set the version of Python and other tools you might need
8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
713
# Build documentation in the docs/ directory with Sphinx
814
sphinx:
915
configuration: docs/source/conf.py
@@ -17,7 +23,6 @@ sphinx:
1723

1824
# Optionally set the version of Python and requirements required to build your docs
1925
python:
20-
version: 3.8
2126
install:
2227
- requirements: docs/requirements.txt
2328
- method: pip

0 commit comments

Comments
 (0)