Skip to content

Commit 53eead4

Browse files
committed
Maybe fix readthedocs build failures
Try to fix this error: > Problem in your project's configuration. Invalid configuration option > "build.os": build not found
1 parent c5eeb37 commit 53eead4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ version: 2
33
sphinx:
44
configuration: docs/conf.py
55

6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3"
10+
611
python:
7-
version: 3
812
install:
913
- method: pip
1014
path: .

0 commit comments

Comments
 (0)