Skip to content

Commit

Permalink
Merge pull request #420 from openedx/feanil/update_rtd
Browse files Browse the repository at this point in the history
fix: Pip install this project in the python environment.
  • Loading branch information
Feanil Patel authored Dec 7, 2023
2 parents 591d614 + f3c7392 commit 4219b87
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ build:
python:
install:
- requirements: requirements/doc.txt

# This will pip install this repo into the python environment
# if you are using this in a repo that is not pip installable
# then you should remove the following two lines.
- method: pip
path: .

0 comments on commit 4219b87

Please sign in to comment.