blob: 73467c940d71898f912f42f4f4bf05f2fed5ece0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# PyPI requirements for building documentation for coverage.py
# https://requires.io/github/nedbat/coveragepy/requirements/
pyenchant==2.0.0
sphinx==1.6.6
sphinxcontrib-spelling==4.0.1
sphinx_rtd_theme==0.2.4
# A version of doc8 with a -q flag.
git+https://github.com/nedbat/doc8.git#egg=doc8==0.0
|