Skip to content

Commit 11bc715

Browse files
authored
fix docs python version incompatibility (#521)
Co-authored-by: John Wu <[email protected]> This change is so small and silly, it shouldn't require a review from a maintainer.
1 parent 7156ead commit 11bc715

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

docs/.readthedocs.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.8"
6+
python: "3.10"
77

88
sphinx:
99
configuration: docs/conf.py

0 commit comments

Comments
 (0)