Skip to content

Commit

Permalink
fix: latest sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed May 28, 2024
1 parent 3e6e3a8 commit 535d789
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
7 changes: 4 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ sphinx-autobuild==2024.4.16 ; python_version >= "3.9" and python_version < "3.13
sphinx-basic-ng==1.0.0b2 ; python_version >= "3.8" and python_version < "4.0"
sphinx-rtd-theme==2.0.0 ; python_version >= "3.8" and python_version < "4.0"
sphinx==7.1.2 ; python_version >= "3.8" and python_version < "3.9"
sphinx==7.2.6 ; python_version >= "3.9" and python_version < "4.0"
sphinxawesome-theme==5.1.4 ; python_version >= "3.8" and python_version < "4.0"
sphinx==7.3.7 ; python_version >= "3.9" and python_version < "4.0"
sphinxawesome-theme==5.1.5 ; python_version >= "3.8" and python_version < "4.0"
sphinxcontrib-applehelp==1.0.4 ; python_version >= "3.8" and python_version < "3.9"
sphinxcontrib-applehelp==1.0.8 ; python_version >= "3.9" and python_version < "4.0"
sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.8" and python_version < "3.9"
Expand All @@ -53,10 +53,11 @@ sphinxcontrib-qthelp==1.0.7 ; python_version >= "3.9" and python_version < "4.0"
sphinxcontrib-serializinghtml==1.1.10 ; python_version >= "3.9" and python_version < "4.0"
sphinxcontrib-serializinghtml==1.1.5 ; python_version >= "3.8" and python_version < "3.9"
starlette==0.37.2 ; python_version >= "3.9" and python_version < "3.13"
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
tornado==6.4 ; python_version >= "3.8" and python_version < "3.9"
typing-extensions==4.12.0 ; python_version >= "3.9" and python_version < "4.0"
urllib3==2.2.1 ; python_version >= "3.8" and python_version < "4.0"
uvicorn==0.29.0 ; python_version >= "3.9" and python_version < "3.13"
uvicorn==0.30.0 ; python_version >= "3.9" and python_version < "3.13"
watchfiles==0.22.0 ; python_version >= "3.9" and python_version < "3.13"
websockets==12.0 ; python_version >= "3.9" and python_version < "3.13"
zipp==3.19.0 ; python_version >= "3.8" and python_version < "3.10"
29 changes: 15 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 535d789

Please sign in to comment.