Skip to content

Commit b2eacda

Browse files
authored
Fix readthedocs yml connfig error: Value build not found (#411)
1 parent 2525803 commit b2eacda

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.readthedocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ version: 2
88
sphinx:
99
fail_on_warning: true
1010

11-
# Optionally set the version of Python and requirements required to build your docs
11+
build:
12+
os: ubuntu-22.04
13+
tools:
14+
python: "3.8"
15+
1216
python:
13-
version: "3.8"
1417
install:
1518
- method: pip
1619
path: .

0 commit comments

Comments
 (0)