Skip to content

Commit

Permalink
docs: updated readthedocs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloitu committed Sep 22, 2024
1 parent 907d265 commit a696fb4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ build:
conda:
environment: environment.yml


python:
install:
- method: pip
path: .
- method: pip
path: .[dev] # Install development dependencies via pip

0 comments on commit a696fb4

Please sign in to comment.