black/docs/requirements.txt
Richard Si 8c8675c62a
Update documentation dependencies (#3118)
Furo, myst-parser, and Sphinx (had to pin docutils due to sphinx breakage)
2022-06-11 11:44:01 -04:00

10 lines
262 B
Plaintext

# Used by ReadTheDocs; pinned requirements for stability.
myst-parser==0.18.0
Sphinx==5.0.1
# Older versions break Sphinx even though they're declared to be supported.
docutils==0.18.1
sphinxcontrib-programoutput==0.17
sphinx_copybutton==0.5.0
furo==2022.6.4.1