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:
|
2017-07-29 13:25:00 +00:00
|
|
|
# pip install -r requirements.txt
|
2016-11-01 12:08:29 +00:00
|
|
|
#
|
2019-03-19 19:09:30 +00:00
|
|
|
sphinx>=1.8.4
|
2019-05-23 12:04:39 +00:00
|
|
|
breathe==4.11.1
|
2016-11-01 12:08:29 +00:00
|
|
|
sphinx-rtd-theme
|
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-13 13:48:52 +00:00
|
|
|
blockdiag>=1.5.4, <2.0.0
|
|
|
|
seqdiag>=0.9.6, <2.0.0
|
|
|
|
actdiag>=0.5.4, <2.0.0
|
|
|
|
nwdiag>=1.0.4, <2.0.0
|
2019-12-11 03:34:18 +00:00
|
|
|
recommonmark
|