Skip to content

Commit

Permalink
rollback to python 3.8 and ubuntu 20.04 for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Dec 14, 2023
1 parent 8f82afa commit 8721dc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
pyversion: [3.11]
pyversion: [3.8]
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
version: 2

build:
os: "ubuntu-22.04"
os: "ubuntu-20.04"
apt_packages:
- libopengl0
tools:
python: "3.11"
python: "3.8"
jobs:
post_create_environment:
- python -m pip install sphinx_rtd_theme
Expand Down

0 comments on commit 8721dc3

Please sign in to comment.