24 lines
753 B
Text
24 lines
753 B
Text
# This is a list of python packages used to generate documentation. This file is used with pip:
|
|
# pip install --user -r requirements.txt
|
|
#
|
|
sphinx==2.3.1
|
|
breathe==4.14.1
|
|
sphinx-notfound-page
|
|
sphinxcontrib-blockdiag==2.0.0
|
|
sphinxcontrib-seqdiag==2.0.0
|
|
sphinxcontrib-actdiag==2.0.0
|
|
sphinxcontrib-nwdiag==2.0.0
|
|
sphinxcontrib-wavedrom==2.0.0
|
|
nwdiag==2.0.0
|
|
recommonmark
|
|
future>=0.16.0 # for ../tools/gen_esp_err_to_name.py
|
|
sphinx_selective_exclude==1.0.3
|
|
|
|
|
|
# note: this package is not available on pypi, install by
|
|
# downloading from https://github.com/espressif/sphinx_idf_theme then build and
|
|
# install (requires node.js also).
|
|
#
|
|
# See docs/en/contribute/documenting-code.rst, 'sphinx_idf_theme' section
|
|
# for full setup instructions.
|
|
sphinx_idf_theme==0.1
|