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
|
2016-11-04 19:04:51 +01:00
|
|
|
sphinx==1.4.8
|
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
|
|
|
|
CommonMark==0.5.4
|
|
|
|
docutils==0.12
|
|
|
|
imagesize==0.7.1
|
|
|
|
snowballstemmer==1.2.1
|