Skip to content

Commit

Permalink
Merge pull request #1724 from openaps/peterleimbach-patch-3
Browse files Browse the repository at this point in the history
Update readthedocs.yml
  • Loading branch information
peterleimbach committed Sep 27, 2023
2 parents 53e3d16 + 201936c commit f2c2478
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
version: 2

# Pip requirements
requirements_file: ./requirements.txt

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

# Python
python:
install:
- requirements: ./requirements.txt

# Sphinx
sphinx:
builder: html
configuration: conf.py
Expand Down

0 comments on commit f2c2478

Please sign in to comment.