Skip to content

Commit

Permalink
Fix dependencies to use pyproject.toml deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Aug 16, 2024
1 parent c64d403 commit e47c04e
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 @@ -26,4 +26,9 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/sphinx/source/requirements.txt
- method: pip
path: .
extra_requirements:
- dev
- docs
- notebooks

0 comments on commit e47c04e

Please sign in to comment.