Skip to content

Commit

Permalink
add build.os key
Browse files Browse the repository at this point in the history
  • Loading branch information
dangunter committed Sep 19, 2023
1 parent ff5ee5b commit 4bb3d6a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@
# Required
version: 2

# Build settings
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
fail_on_warning: false

python:
version: "3.8"
version: "3.11"
install:
- requirements: requirements-dev.txt

0 comments on commit 4bb3d6a

Please sign in to comment.