Skip to content

Commit

Permalink
.readthedocs.yaml: pip install .[dev]
Browse files Browse the repository at this point in the history
  • Loading branch information
thammegowda authored Jul 30, 2023
1 parent a72f7af commit 1975ff7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# https://docs.readthedocs.io/en/stable/config-file/v2.html#packages
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- dev

0 comments on commit 1975ff7

Please sign in to comment.