2017-11-17 02:41:06 +01:00
|
|
|
# This is used by ReadTheDocs to install dependencies, so it's
|
|
|
|
# valuable to keep this file as just the dependencies for our
|
|
|
|
# documentation.
|
|
|
|
|
|
|
|
# After editing this file, you MUST afterward run
|
|
|
|
# /tools/update-locked-requirements to update requirements/dev.txt
|
|
|
|
# and requirements/docs.txt.
|
|
|
|
# See requirements/README.md for more detail.
|
|
|
|
|
|
|
|
# Needed to build RTD docs
|
2018-05-02 19:39:52 +02:00
|
|
|
sphinx==1.7.4
|
2018-05-03 18:23:36 +02:00
|
|
|
sphinx-rtd-theme==0.3.1
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed to build markdown docs
|
|
|
|
recommonmark==0.4.0
|
|
|
|
|
|
|
|
# Dependencies of Sphinx
|
|
|
|
alabaster==0.7.10
|
2018-02-13 19:26:25 +01:00
|
|
|
babel==2.5.3
|
2017-11-17 02:41:06 +01:00
|
|
|
# Upgrading to the latest version of CommonMark breaks the
|
|
|
|
# compatibility with recommonmark. See
|
|
|
|
# https://github.com/rtfd/recommonmark/issues/24
|
|
|
|
CommonMark==0.5.4
|
|
|
|
docutils==0.14
|
2018-04-01 15:09:50 +02:00
|
|
|
imagesize==1.0.0
|
2017-11-17 02:41:06 +01:00
|
|
|
snowballstemmer==1.2.1
|
2017-11-20 22:45:49 +01:00
|
|
|
|
|
|
|
# Include typing explicitly, since it's needed on Python 3.4
|
2018-02-13 21:41:16 +01:00
|
|
|
typing==3.6.4
|