-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sphinx and python version used to build docs
- Loading branch information
1 parent
32a7fdb
commit 6c8f3f9
Showing
2 changed files
with
21 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,48 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
alabaster==0.7.13 | ||
alabaster==1.0.0 | ||
# via sphinx | ||
babel==2.13.0 | ||
babel==2.16.0 | ||
# via sphinx | ||
certifi==2023.7.22 | ||
certifi==2024.8.30 | ||
# via requests | ||
charset-normalizer==3.3.0 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
docutils==0.20.1 | ||
docutils==0.21.2 | ||
# via sphinx | ||
idna==3.4 | ||
idna==3.8 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
importlib-metadata==6.8.0 | ||
jinja2==3.1.4 | ||
# via sphinx | ||
jinja2==3.1.3 | ||
# via sphinx | ||
markupsafe==2.1.3 | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
packaging==23.2 | ||
packaging==24.1 | ||
# via sphinx | ||
pygments==2.16.1 | ||
pygments==2.18.0 | ||
# via sphinx | ||
pytz==2023.3.post1 | ||
# via babel | ||
requests==2.31.0 | ||
requests==2.32.3 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx==7.1.2 | ||
sphinx==8.0.2 | ||
# via -r requirements.in | ||
sphinxcontrib-applehelp==1.0.4 | ||
sphinxcontrib-applehelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
sphinxcontrib-devhelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.1 | ||
sphinxcontrib-htmlhelp==2.1.0 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.3 | ||
sphinxcontrib-qthelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
sphinxcontrib-serializinghtml==2.0.0 | ||
# via sphinx | ||
urllib3==2.0.7 | ||
urllib3==2.2.2 | ||
# via requests | ||
zipp==3.17.0 | ||
# via importlib-metadata |