2016-06-21 01:01:43 +02:00
|
|
|
# This is used by ReadTheDocs to install dependencies, so it's
|
2016-06-24 18:50:38 +02:00
|
|
|
# valuable to keep this file as just the dependencies for our
|
2016-06-21 01:01:43 +02:00
|
|
|
# documentation.
|
|
|
|
|
2016-06-24 18:50:38 +02:00
|
|
|
# Needed to build RTD docs
|
2017-02-26 18:15:38 +01:00
|
|
|
sphinx==1.5.3
|
2016-06-24 18:50:38 +02:00
|
|
|
sphinx-rtd-theme==0.1.9
|
|
|
|
|
|
|
|
# Needed to build markdown docs
|
|
|
|
recommonmark==0.4.0
|
|
|
|
|
|
|
|
# Dependencies of Sphinx
|
2016-07-27 23:05:07 +02:00
|
|
|
alabaster==0.7.9
|
2016-06-24 18:50:38 +02:00
|
|
|
babel==2.3.4
|
2017-01-23 18:01:30 +01:00
|
|
|
# Upgrading to the latest version of CommonMark breaks the
|
|
|
|
# compatibility with recommonmark. See
|
|
|
|
# https://github.com/rtfd/recommonmark/issues/24
|
2016-06-24 18:50:38 +02:00
|
|
|
CommonMark==0.5.4
|
2017-01-22 10:50:31 +01:00
|
|
|
docutils==0.13.1
|
2016-06-24 18:50:38 +02:00
|
|
|
imagesize==0.7.1
|
|
|
|
snowballstemmer==1.2.1
|