Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
git config user.name 'github-actions[bot]'
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
git commit -am "Autoformatter changes"
git push
git push origin "HEAD:${GITHUB_HEAD_REF}"

macOS:
name: 'macOS (${{ matrix.python }})'
Expand Down
1 change: 1 addition & 0 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pip-compile test-requirements.in
pip-compile docs-requirements.in

if git status --porcelain | grep -q "requirements.txt"; then
git status --porcelain
EXIT_STATUS=1
fi

Expand Down
6 changes: 3 additions & 3 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,16 @@ sphinx==3.3.1
# -r docs-requirements.in
# sphinx-rtd-theme
# sphinxcontrib-trio
sphinx-rtd-theme==1.1.1
sphinx-rtd-theme==1.2.0
# via -r docs-requirements.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jquery==2.0.0
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
Expand All @@ -84,8 +86,6 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
tomli==2.0.1
# via towncrier
towncrier==22.12.0
# via -r docs-requirements.in
urllib3==1.26.14
Expand Down