25 lines
550 B
Plaintext
25 lines
550 B
Plaintext
sphinx==7.1.2
|
|
|
|
# Sphinx dependencies that are important
|
|
Jinja2==3.1.2
|
|
Pygments==2.16.1
|
|
docutils==0.18.1
|
|
snowballstemmer==2.2.0
|
|
babel==2.12.1
|
|
requests==2.31.0
|
|
|
|
# Only needed for building translations.
|
|
sphinx-intl==2.1.0
|
|
|
|
# Only needed to match the theme used for the official documentation.
|
|
# Without this theme, the default theme will be used.
|
|
sphinx_rtd_theme==1.3.0rc1
|
|
|
|
# Only for convenience, allows live updating while editing RST files.
|
|
# Access by running:
|
|
# make livehtml
|
|
sphinx-autobuild==2021.3.14
|
|
|
|
# Required for spell-checking
|
|
pyenchant
|