Merge pull request #518 from jepler/update-cp-doc-build

update cp pip dependencies
This commit is contained in:
Zoltán Vörös 2022-04-18 09:57:06 +02:00 committed by GitHub
commit c7cfae9397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 10 deletions

View file

@ -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 }}

View file

@ -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