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-08-22 22:21:15 +02:00
|
|
|
sphinx==1.6.2
|
2017-04-21 22:48:14 +02:00
|
|
|
sphinx-rtd-theme==0.2.4
|
2016-06-24 18:50:38 +02:00
|
|
|
|
|
|
|
# Needed to build markdown docs
|
|
|
|
recommonmark==0.4.0
|
|
|
|
|
|
|
|
# Dependencies of Sphinx
|
2017-04-21 12:06:30 +02:00
|
|
|
alabaster==0.7.10
|
2017-08-18 17:08:26 +02:00
|
|
|
babel==2.5.0
|
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-08-16 21:55:52 +02:00
|
|
|
docutils==0.14
|
2016-06-24 18:50:38 +02:00
|
|
|
imagesize==0.7.1
|
|
|
|
snowballstemmer==1.2.1
|