Skip to content

Commit

Permalink
Merge pull request #2748 from stfc/rtd
Browse files Browse the repository at this point in the history
Revert to Python 3.12 for all RTD builds
  • Loading branch information
arporter authored Oct 16, 2024
2 parents a82da1b + e09949a commit 3c331e1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@
84) PR #2746. Update minor versions of CUDA, HDF5, nvfortran and
Python used in the CI.

85) PR #2748. Revert Python used on RTD to 3.12 as 3.13 unsupported.

release 2.5.0 14th of February 2024

1) PR #2199 for #2189. Fix bugs with missing maps in enter data
Expand Down
2 changes: 1 addition & 1 deletion doc/developer_guide/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.13"
python: "3.12"
apt_packages:
- graphviz

Expand Down
2 changes: 1 addition & 1 deletion doc/psyad/user_guide/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.13"
python: "3.12"

# Build documentation in the doc/psyad/user_guide directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion doc/reference_guide/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.13"
python: "3.12"
apt_packages:
- graphviz

Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.13"
python: "3.12"
apt_packages:
- graphviz

Expand Down

0 comments on commit 3c331e1

Please sign in to comment.