2016-11-01 20:08:29 +08:00
|
|
|
# This is a list of python packages used to generate documentation. This file is used with pip:
|
2018-09-07 09:14:05 +02:00
|
|
|
# pip install --user -r requirements.txt
|
2016-11-01 20:08:29 +08:00
|
|
|
#
|
2020-02-04 17:36:23 +11:00
|
|
|
sphinx==2.3.1
|
|
|
|
breathe==4.14.1
|
2019-03-28 01:38:31 +08:00
|
|
|
sphinx-notfound-page
|
2020-02-04 17:36:23 +11:00
|
|
|
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
|
2018-01-11 14:52:54 +08:00
|
|
|
recommonmark
|
2018-08-28 20:01:25 +02:00
|
|
|
future>=0.16.0 # for ../tools/gen_esp_err_to_name.py
|
2020-02-04 17:36:23 +11:00
|
|
|
sphinx_selective_exclude==1.0.3
|
2020-02-19 15:24:59 +11:00
|
|
|
|
|
|
|
|
|
|
|
# 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.
|
2020-03-25 15:14:05 +08:00
|
|
|
sphinx_idf_theme==0.2
|