Skip to content

Commit b22700e

Browse files
committed
fix typo in readthedocs.yml file
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent b3cd263 commit b22700e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ mkdocs:
33
configuration: mkdocs.yml
44

55
python:
6-
version: 3.9
76
install:
87
- requirements: docs/requirements.txt
98

109
build:
1110
os: ubuntu-20.04
1211
tools:
13-
python: 3.9
12+
python: "3.9"

0 commit comments

Comments
 (0)