File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments