Skip to content

Commit

Permalink
Fixes .readthedocs.yaml
Browse files Browse the repository at this point in the history
Adds path to python.install[0]
  • Loading branch information
IvanChernyshov authored Jun 28, 2023
1 parent 20675e0 commit 2d38f8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ build:

python:
install:
- method: pip
- requirements: docs/requirements.txt
- method: pip
path: .

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit 2d38f8f

Please sign in to comment.