Skip to content

Commit

Permalink
docs: install package before generating docs
Browse files Browse the repository at this point in the history
Getting the version using `importlib` requires the package to be
installed.
  • Loading branch information
sanjayankur31 committed Feb 21, 2024
1 parent fcaebe1 commit ed03a2b
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 @@ -9,7 +9,10 @@ build:
sphinx:
configuration: doc/conf.py


python:
install:
- requirements: doc/requirements.txt
- method: pip
path: .
extra_requirements:
- doc

0 comments on commit ed03a2b

Please sign in to comment.