mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
88aa3c2463
Bumps [cairosvg](https://github.com/Kozea/CairoSVG) from 2.4.2 to 2.5.1. - [Release notes](https://github.com/Kozea/CairoSVG/releases) - [Changelog](https://github.com/Kozea/CairoSVG/blob/master/NEWS.rst) - [Commits](https://github.com/Kozea/CairoSVG/compare/2.4.2...2.5.1) Signed-off-by: dependabot[bot] <support@github.com> Closes https://github.com/espressif/esp-idf/pull/6365
23 lines
769 B
Plaintext
23 lines
769 B
Plaintext
# This is a list of python packages used to generate documentation. This file is used with pip:
|
|
# pip install --user -r requirements.txt
|
|
#
|
|
# 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"
|
|
cairosvg==2.5.1 # required by sphinxcontrib-svg2pdfconverter[CairoSVG]
|
|
sphinx==2.3.1
|
|
breathe==4.14.1
|
|
sphinx-copybutton==0.3.0
|
|
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
|
|
sphinxcontrib-svg2pdfconverter[CairoSVG]==1.1.0
|
|
nwdiag==2.0.0
|
|
recommonmark
|
|
future>=0.16.0 # for ../tools/gen_esp_err_to_name.py
|
|
sphinx_selective_exclude==1.0.3
|
|
sphinx_idf_theme==0.2
|