blob: 6d889177783ef12d44735a8a37dc3d0b68466328 (
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.0
pyenchant==2.0.0
sphinx==2.4.3
sphinx-rst-builder==0.0.1
sphinxcontrib-spelling==4.3.0
sphinx_rtd_theme==0.4.3
sphinx-autobuild==0.7.1
# Our own fork that allows linkcheck to work:
git+https://github.com/nedbat/sphinx-tabs.git@master#egg=sphinx-tabs
|