2016-11-01 08:08:29 -04:00
|
|
|
# This is a list of python packages used to generate documentation. This file is used with pip:
|
2018-09-07 03:14:05 -04:00
|
|
|
# pip install --user -r requirements.txt
|
2016-11-01 08:08:29 -04:00
|
|
|
#
|
2020-09-08 09:11:16 -04:00
|
|
|
# matplotlib is currently required only by the script generate_chart.py
|
|
|
|
matplotlib==3.3.1 ; python_version>="3"
|
|
|
|
matplotlib==2.0.1 ; python_version=="2.7"
|
2021-01-06 12:40:09 -05:00
|
|
|
cairosvg==2.5.1 # required by sphinxcontrib-svg2pdfconverter[CairoSVG]
|
2020-02-04 01:36:23 -05:00
|
|
|
sphinx==2.3.1
|
|
|
|
breathe==4.14.1
|
2020-08-28 14:50:55 -04:00
|
|
|
sphinx-copybutton==0.3.0
|
2019-03-27 13:38:31 -04:00
|
|
|
sphinx-notfound-page
|
2020-02-04 01:36:23 -05: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
|
2020-09-08 09:11:16 -04:00
|
|
|
sphinxcontrib-svg2pdfconverter[CairoSVG]==1.1.0
|
2020-02-04 01:36:23 -05:00
|
|
|
nwdiag==2.0.0
|
2018-01-11 01:52:54 -05:00
|
|
|
recommonmark
|
2018-08-28 14:01:25 -04:00
|
|
|
future>=0.16.0 # for ../tools/gen_esp_err_to_name.py
|
2020-02-04 01:36:23 -05:00
|
|
|
sphinx_selective_exclude==1.0.3
|
2021-04-26 02:57:17 -04:00
|
|
|
sphinx_idf_theme==0.3.0
|