Skip to content

Commit

Permalink
Add ubuntu-20.04 to readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Oct 25, 2022
1 parent b6aba27 commit 9fd7b2c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2

build:
image: latest
os: ubuntu-20.04
tools:
# For available versions, see:
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
python: "3.10" # Keep in sync with .github/workflows/checks.yml
apt_packages:
- gcc-10
- g++-10
Expand All @@ -12,7 +16,6 @@ sphinx:

formats: all
python:
version: "3.8"
install:
- requirements: docs/sphinx_docs/requirements.txt
- method: pip
Expand Down

0 comments on commit 9fd7b2c

Please sign in to comment.