Skip to content

Commit

Permalink
use python deps in toml to setup readthedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Jan 22, 2024
1 parent bf1b9b3 commit e5679d1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
version: 2
python:
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- doc
- main_deps



# Set the OS, Python version and other tools you might need
build:
Expand Down

0 comments on commit e5679d1

Please sign in to comment.