Skip to content

Commit

Permalink
Merge pull request #1302 from pimutils/fix/read_the_docs_build_os
Browse files Browse the repository at this point in the history
ReadTheDocs now requires a build.os config key
  • Loading branch information
geier authored Oct 24, 2023
2 parents 63c9b85 + 13bccb4 commit f008bba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ version: 2
sphinx:
configuration: doc/source/conf.py

build:
os: "ubuntu-22.04"
tools:
python: "3.11"

python:
version: 3.8
install:
- requirements: doc/requirements.txt
- method: setuptools
Expand Down

0 comments on commit f008bba

Please sign in to comment.