Skip to content

Commit

Permalink
update readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Feb 10, 2024
1 parent b659c9c commit 95230e9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ build:
python: "3.10"

python:
install:
- method: pip
path: .
extra_requirements:
- build
- docs

dependencies:
install:
- requirements: requirements.txt
- requirements: requirements_doc.txt
- method: pip
path: .
extra_requirements:
- build
- docs

dependencies:
install:


sphinx:
builder: html
configuration: docs/source/conf.py
Expand Down

0 comments on commit 95230e9

Please sign in to comment.