Skip to content

Commit 5f5e5cf

Browse files
authored
docs: Fix types missing from docs (#62)
1 parent 9c27240 commit 5f5e5cf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.readthedocs.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@ version: 2
22
formats: []
33

44
build:
5-
image: latest
5+
os: ubuntu-20.04
6+
tools:
7+
python: "3.11"
68

79
sphinx:
810
configuration: docs/source/conf.py
9-
fail_on_warning: false
11+
fail_on_warning: true
1012
builder: html
1113

1214
python:
13-
version: "3.8"
1415
install:
1516
- method: pip
1617
path: .

0 commit comments

Comments
 (0)