Skip to content

Commit

Permalink
Add install to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
harripd committed Jun 3, 2024
1 parent e1dc2ab commit 35aac5e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ build:
tools:
python: "3.12"
python:
requirements: docs/source/requirements.txt
method: pip
path: .
extra_requirements:
- docs
install:
- requirements: docs/source/requirements.txt
- method: pip
path: .
extra_requirements:
- docs

sphinx:
builder: html
Expand Down

0 comments on commit 35aac5e

Please sign in to comment.