Skip to content

Commit

Permalink
rtd: add new required build.os key
Browse files Browse the repository at this point in the history
Problem: RTD decided to require a new key to define the container, see
this post: https://blog.readthedocs.com/use-build-os-config/
Solution: add keys to say we want jammy and python 3.10 to appease the
yaml demons
  • Loading branch information
trws committed Sep 18, 2023
1 parent 6c8eafa commit b40f2ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ sphinx:
python:
install:
- requirements: doc/requirements.txt
build:
os: ubuntu-22.04
tools:
python: "3.10"


0 comments on commit b40f2ba

Please sign in to comment.