Merge pull request #518 from jepler/update-cp-doc-build
update cp pip dependencies
This commit is contained in:
commit
c7cfae9397
2 changed files with 14 additions and 10 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
echo >>$GITHUB_PATH /usr/local/opt/gettext/bin
|
||||
echo >>$GITHUB_PATH /usr/local/opt/librsvg/bin
|
||||
fi
|
||||
python3 -mpip install -r requirements_cp_dev.txt
|
||||
python3 -mpip install --upgrade -r requirements_cp_dev.txt
|
||||
|
||||
- name: Run build-cp.sh
|
||||
run: ./build-cp.sh ${{ matrix.dims }}
|
||||
|
|
|
|||
|
|
@ -1,15 +1,19 @@
|
|||
# for extract-pyi
|
||||
isort
|
||||
black
|
||||
|
||||
# For docs
|
||||
Sphinx<4
|
||||
sphinx-rtd-theme
|
||||
myst-parser
|
||||
mypy
|
||||
black
|
||||
isort
|
||||
astroid
|
||||
setuptools
|
||||
setuptools_scm
|
||||
|
||||
Sphinx>=4.0.0
|
||||
sphinx-autoapi
|
||||
sphinx-rtd-theme
|
||||
sphinxcontrib-svg2pdfconverter
|
||||
readthedocs-sphinx-search
|
||||
myst-parser
|
||||
|
||||
# For stubs and annotations
|
||||
adafruit-circuitpython-typing
|
||||
|
||||
# for check-stubs
|
||||
mypy
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue