Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sphinx from 5.1.1 to 7.1.0 #7399

Merged
merged 4 commits into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ cython==3.0.0
# via -r requirements/cython.txt
distlib==0.3.3
# via virtualenv
docutils==0.17.1
docutils==0.20.1
# via sphinx
exceptiongroup==1.1.2
# via pytest
Expand Down Expand Up @@ -187,7 +187,7 @@ six==1.16.0
# virtualenv
snowballstemmer==2.1.0
# via sphinx
sphinx==5.3.0
sphinx==7.1.0
# via
# -r requirements/doc.txt
# sphinxcontrib-blockdiag
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp-theme==0.1.6
# Temp fix till updated: https://github.com/blockdiag/blockdiag/pull/148
funcparserlib==1.0.1
pygments==2.15.1
sphinx==5.3.0
sphinx==7.1.0
sphinxcontrib-blockdiag==3.0.0
sphinxcontrib-towncrier==0.3.0a0
towncrier==22.8.0
Loading