2016-11-01 12:08:29 +00:00
|
|
|
# This is a list of python packages used to generate documentation. This file is used with pip:
|
2018-09-07 07:14:05 +00:00
|
|
|
# pip install --user -r requirements.txt
|
2016-11-01 12:08:29 +00:00
|
|
|
#
|
2019-03-19 15:47:39 +00:00
|
|
|
sphinx>=1.8.4
|
2019-05-03 13:18:18 +00:00
|
|
|
breathe==4.11.1
|
2016-11-01 12:08:29 +00:00
|
|
|
sphinx-rtd-theme
|
2019-03-27 17:38:31 +00:00
|
|
|
sphinx-notfound-page
|
2019-12-11 03:34:18 +00:00
|
|
|
sphinxcontrib-blockdiag>=1.5.5, <2.0.0
|
|
|
|
sphinxcontrib-seqdiag>=0.8.5, <2.0.0
|
|
|
|
sphinxcontrib-actdiag>=0.8.5, <2.0.0
|
|
|
|
sphinxcontrib-nwdiag>=0.9.5, <2.0.0
|
2020-02-06 10:26:04 +00:00
|
|
|
nwdiag==1.0.4
|
2018-01-11 06:52:54 +00:00
|
|
|
recommonmark
|
2018-08-28 18:01:25 +00:00
|
|
|
future>=0.16.0 # for ../tools/gen_esp_err_to_name.py
|
2019-11-28 21:56:53 +00:00
|
|
|
sphinx_selective_exclude>=1.0.3
|