Skip to content

Commit

Permalink
🐛 install package on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Sep 3, 2024
1 parent f3a7d06 commit d5e8e5d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ sphinx:
# - pdf
# - epub


# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit d5e8e5d

Please sign in to comment.