blob: bb875ca4e29a9d4c9db92b76a7489bece8b8f4d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# PyPI requirements for building documentation for coverage.py
# https://requires.io/github/nedbat/coveragepy/requirements/
doc8==0.8.1
pyenchant==3.2.0
sphinx==3.4.3
#sphinx-rst-builder==0.0.3
# fails,
# fixed with https://github.com/davidfritzsche/sphinx-rst-builder/pull/3
git+https://github.com/nedbat/sphinx-rst-builder
sphinxcontrib-spelling==7.1.0
sphinx_rtd_theme==0.5.1
sphinx-autobuild==2020.9.1
sphinx-tabs==2.0.0
|