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
|
|
|
#
|
2019-02-16 20:46:49 +01:00
|
|
|
sphinx>=1.6.5
|
2016-11-01 20:08:29 +08:00
|
|
|
sphinx-rtd-theme
|
2019-02-16 20:46:49 +01:00
|
|
|
breathe>=4.7.3
|
|
|
|
sphinxcontrib-blockdiag>=1.5.3
|
|
|
|
sphinxcontrib-seqdiag>=0.8.5
|
|
|
|
sphinxcontrib-actdiag>=0.8.5
|
|
|
|
sphinxcontrib-nwdiag>=0.9.5
|
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
|