Skip to content

Commit

Permalink
install pyterrier itself to build the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Aug 23, 2024
1 parent 6a99f5c commit 3bff761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
# sys.path.insert(0, os.path.abspath('..'))
sys.path.append('.')
import sphinx_rtd_theme

Expand Down
4 changes: 2 additions & 2 deletions docs/readthedocs-conda-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies:
- python=3.8
- pip
- pip:
- -r ../requirements.txt
- -r ./requirements.txt
- ../
- -r ./requirements.txt

0 comments on commit 3bff761

Please sign in to comment.