2017-05-18 09:45:03 +08:00
|
|
|
# These dependencies should be installed using pip in order
|
|
|
|
# to build the documentation.
|
|
|
|
|
2022-07-25 05:45:01 +08:00
|
|
|
sphinx>=3.4,!=4.1.2,!=5.1.0
|
2019-11-01 03:21:05 +08:00
|
|
|
sphinxcontrib-programoutput
|
2022-10-11 07:25:37 +08:00
|
|
|
sphinx-design
|
2019-11-01 03:21:05 +08:00
|
|
|
sphinx-rtd-theme
|
2019-05-28 04:42:27 +08:00
|
|
|
python-levenshtein
|
2021-10-19 00:55:46 +08:00
|
|
|
# Restrict to docutils <0.17 to workaround a list rendering issue in sphinx.
|
|
|
|
# https://stackoverflow.com/questions/67542699
|
|
|
|
docutils <0.17
|
2022-08-16 09:00:33 +08:00
|
|
|
pygments <2.13
|