Files
zulip/requirements/docs.in
Samuel Searles-Bryant 4303b42abd docs: Update dependencies for docs.
This updates recommonmark so that relative links to .md files will
correctly be converted to links to html pages by Sphinx/ReadTheDocs.
This was repoprted in https://github.com/rtfd/recommonmark/issues/89

This will allow us to in a future commit use relative links to .md
files so all of the hyperlinks work both on ReadTheDocs and on GitHub.
2019-03-06 09:29:21 -08:00

27 lines
660 B
Plaintext

# 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
sphinx==1.8.3
sphinx-rtd-theme==0.4.2
# Needed to build markdown docs
recommonmark==0.5.0
# Dependencies of Sphinx
alabaster==0.7.12
babel==2.5.3
CommonMark==0.8.1
docutils==0.14
imagesize==1.1.0
snowballstemmer==1.2.1
# Include typing explicitly, since it's needed on Python 3.4
typing==3.6.6