blob: 26d03b8f505b761e020b4f701e2891479c4c7549 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# PyPI requirements for building documentation for coverage.py
# https://requires.io/github/nedbat/coveragepy/requirements/
doc8==0.8.1
pyenchant==3.1.1
sphinx==2.4.3
sphinx-rst-builder==0.0.3
# 5.x requires Sphinx 3
sphinxcontrib-spelling==4.3.0
sphinx_rtd_theme==0.5.0
sphinx-autobuild==0.7.1
sphinx-tabs==1.2.0
|