Skip to content

Commit 5c2afd1

Browse files
authored
Merge pull request #89 from espdev/fix-build-docs
Fix rtd config
2 parents 827c97e + de32033 commit 5c2afd1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: ubuntu-lts-latest
10+
tools:
11+
python: "3.11"
12+
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
builder: html
@@ -16,7 +21,6 @@ formats:
1621

1722
# Optionally set the version of Python and requirements required to build your docs
1823
python:
19-
version: 3.11
2024
install:
2125
- method: pip
2226
path: .

0 commit comments

Comments
 (0)