Skip to content

Commit bac6931

Browse files
authored
Update .readthedocs.yaml python version to 3.7 (#6893)
Changed the python version to 3.7 to address ReadTheDocs build problems
1 parent e4421b4 commit bac6931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.12"
12+
python: "3.7"
1313

1414
mkdocs:
1515
configuration: mkdocs.yml
@@ -18,4 +18,4 @@ mkdocs:
1818

1919
python:
2020
install:
21-
- requirements: Docs/requirements.txt
21+
- requirements: Docs/requirements.txt

0 commit comments

Comments
 (0)