Skip to content

Commit 99834fd

Browse files
authored
Update readthedocs.yml
Fix typo - needs to be a string so it isn't parsed as a float
1 parent 6fd97ea commit 99834fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ formats: all
55
build:
66
os: ubuntu-24.04
77
tools:
8-
python: 3.6
8+
python: "3.6"
99

1010
conda:
1111
environment: linux_environment.yml

0 commit comments

Comments
 (0)