PyAPI Docs: Update Sphinx and theme
Updates sphinx and the them to the latest versions This commit also removes 'babel' from the list of requirements, babel is only important for internationalization.
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
sphinx==5.3.0
|
||||
sphinx==7.1.2
|
||||
|
||||
# Sphinx dependencies that are important
|
||||
Jinja2==3.1.2
|
||||
Pygments==2.13.0
|
||||
docutils==0.17.1
|
||||
Pygments==2.16.1
|
||||
docutils==0.18.1
|
||||
snowballstemmer==2.2.0
|
||||
babel==2.11.0
|
||||
requests==2.28.1
|
||||
requests==2.31.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.1.0
|
||||
sphinx_rtd_theme==1.3.0rc1
|
||||
|
||||
Reference in New Issue
Block a user