circuitpython/requirements-doc.txt
Jeff Epler 828b7d88d8 update sphinx
note that per the https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
specify "3" for the latest python version (not 3.x as on github actions)
2021-12-22 11:32:54 -06:00

17 lines
188 B
Plaintext

# For docs
mypy
black
isort
twine
wheel
astroid
setuptools
# For sphinx
sphinx>=4.0.0
sphinx-autoapi
sphinx-rtd-theme
sphinxcontrib-svg2pdfconverter
readthedocs-sphinx-search
myst-parser