Skip to content

Commit 65ba758

Browse files
authored
Merge pull request #26 from CuriBio/sphinx-fix
moving sphinx install
2 parents 5a1ea21 + badb384 commit 65ba758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ phases:
2626
- . venv/bin/activate
2727
- echo "Upgrading pip"
2828
- pip install pip==20.0.2 --upgrade
29-
- echo "Installing developent/testing packages"
29+
- echo "Installing development/testing packages"
3030
- pip install -r requirements-dev.txt --upgrade
31+
- pip install -r docs/requirements.txt --upgrade
3132
- echo "Installing main package"
3233
- pip install -e . --upgrade
3334
- echo "Listing all installed packages"
@@ -40,7 +41,6 @@ phases:
4041
- pre-commit run -a
4142
- prerelease --no-input
4243
- echo "Building Sphinx documentation"
43-
- pip install -r docs/requirements.txt --upgrade
4444
- SPHINXOPTS="-W" make --directory=docs html # the -W flag treats warnings as errors to cause build failures
4545

4646
build:

0 commit comments

Comments
 (0)