blob: e0a67a07a412c1477983d3e80a4bbc234947e01e (
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==1.6.11
sphinx==1.6.3
sphinxcontrib-spelling==2.3.0
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
|