Skip to content

Commit c6f8981

Browse files
committed
Update read the docs build
1 parent d42fd6a commit c6f8981

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ build:
66
python: "mambaforge-4.10"
77
jobs:
88
install:
9-
- export KALDI_ROOT=/home/docs/checkouts/readthedocs.org/user_builds/kalpy/conda/$READTHEDOCS_VERSION_TYPE
109
- which python
11-
- echo $KALDI_ROOT
12-
- pip install .
10+
- echo $READTHEDOCS_VERSION_TYPE
11+
- KALDI_ROOT=/home/docs/checkouts/readthedocs.org/user_builds/kalpy/conda/$READTHEDOCS_VERSION_TYPE pip install .
1312

1413
sphinx:
1514
builder: html

0 commit comments

Comments
 (0)