Py Docs: Update Sphinx and dependencies

- Adds python 3.10 support
- Slightly improves performance
This commit is contained in:
Aaron Carlisle 2022-06-05 23:05:35 -04:00
parent 011d9cce19
commit 3cd283a424
1 changed files with 9 additions and 6 deletions

View File

@ -1,12 +1,15 @@
sphinx==4.1.1 sphinx==5.0.1
# Sphinx dependencies that are important # Sphinx dependencies that are important
Jinja2==3.0.1 Jinja2==3.1.2
Pygments==2.10.0 Pygments==2.12.0
docutils==0.17.1 docutils==0.17.1
snowballstemmer==2.1.0 snowballstemmer==2.2.0
babel==2.9.1 babel==2.10.1
requests==2.26.0 requests==2.27.1
# Only needed for building translations.
sphinx-intl==2.0.1
# Only needed to match the theme used for the official documentation. # Only needed to match the theme used for the official documentation.
# Without this theme, the default theme will be used. # Without this theme, the default theme will be used.