blob: e192a49c6c11d056fe0e74415fff0a126f771f6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# PyPI requirements for building documentation for coverage.py
-c ../requirements/pins.pip
# https://requires.io/github/nedbat/coveragepy/requirements/
doc8==0.9.0
pyenchant==3.2.1
sphinx==4.1.2
sphinx-autobuild==2021.3.14
sphinx_rtd_theme==0.5.2
sphinx-tabs==3.2.0
sphinxcontrib-restbuilder==0.3
sphinxcontrib-spelling==7.2.1
|