Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl authored May 16, 2024
1 parent 9629ffe commit 4f49eb7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Required
version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

python:
version: 3.7
version: "3.12"
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit 4f49eb7

Please sign in to comment.