Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit c4c5f41

Browse files
authored
Update .readthedocs.yaml Python version
As per readthedocs/readthedocs.org#9081 - while the template suggests Python 3.11, this doesn't actually work with the version of mkdocs installed by default. Reverting to Python 3.9 apparently fixes it.
1 parent 53e0096 commit c4c5f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version: 2
1111
build:
1212
os: ubuntu-22.04
1313
tools:
14-
python: "3.11"
14+
python: "3.9"
1515

1616
mkdocs:
1717
configuration: mkdocs.yml

0 commit comments

Comments
 (0)