25 lines
547 B
Plaintext
25 lines
547 B
Plaintext
sphinx==6.0.1
|
|
|
|
# Sphinx dependencies that are important
|
|
Jinja2==3.1.2
|
|
Pygments==2.14.0
|
|
docutils==0.18.1
|
|
snowballstemmer==2.2.0
|
|
babel==2.11.0
|
|
requests==2.28.2
|
|
|
|
# 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.2.0
|
|
|
|
# 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
|