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 7.1.1 to 7.2.6 #7606

Merged
merged 9 commits into from
Nov 12, 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
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,14 +206,18 @@ jobs:
if: ${{ matrix.no-extensions == '' }}
run: |
make cythonize
- name: Install self
env:
AIOHTTP_NO_EXTENSIONS: ${{ matrix.no-extensions }}
run: python -m pip install -e .
- name: Run unittests
env:
COLOR: yes
AIOHTTP_NO_EXTENSIONS: ${{ matrix.no-extensions }}
PIP_USER: 1
run: >-
PATH="${HOME}/Library/Python/3.11/bin:${HOME}/.local/bin:${PATH}"
make test
pytest
shell: bash
- name: Re-run the failing tests with maximum verbosity
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ changes.
Tutorial
========

:ref:`Polls tutorial <aiohttp-demos-polls-beginning>`
:ref:`Polls tutorial <aiohttpdemos:aiohttp-demos-polls-beginning>`


Source code
Expand Down
2 changes: 1 addition & 1 deletion docs/web_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ Handling error pages
--------------------

Pages like *404 Not Found* and *500 Internal Error* could be handled
by custom middleware, see :ref:`polls demo <aiohttp-demos-polls-middlewares>`
by custom middleware, see :ref:`polls demo <aiohttpdemos:aiohttp-demos-polls-middlewares>`
for example.

.. _aiohttp-web-forwarded-support:
Expand Down
5 changes: 3 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,11 @@ slotscheck==0.17.1
# via -r requirements/lint.in
snowballstemmer==2.1.0
# via sphinx
sphinx==7.1.1
sphinx==7.2.6
# via
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-serializinghtml
# sphinxcontrib-spelling
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.2
Expand All @@ -211,7 +212,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sphinxcontrib-spelling==8.0.0 ; platform_system != "Windows"
# via -r requirements/doc-spelling.in
Expand Down
5 changes: 3 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,11 @@ slotscheck==0.17.1
# via -r requirements/lint.in
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==7.2.6
# via
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-serializinghtml
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand All @@ -199,7 +200,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sphinxcontrib-towncrier==0.4.0a0
# via -r requirements/doc.in
Expand Down
5 changes: 3 additions & 2 deletions requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==7.2.6
# via
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-serializinghtml
# sphinxcontrib-spelling
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.4
Expand All @@ -72,7 +73,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sphinxcontrib-spelling==8.0.0 ; platform_system != "Windows"
# via -r requirements/doc-spelling.in
Expand Down
5 changes: 3 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==7.2.6
# via
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-serializinghtml
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand All @@ -69,7 +70,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sphinxcontrib-towncrier==0.4.0a0
# via -r requirements/doc.in
Expand Down
Loading