Skip to content

Commit d0f3a1f

Browse files
committed
Remove docs check in favor of Read the Docs build
1 parent b56b292 commit d0f3a1f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@ jobs:
2121
# Workaround for development versions of Python
2222
# https://github.com/aio-libs/aiohttp/issues/7675
2323
AIOHTTP_NO_EXTENSIONS: 1
24-
docs:
25-
runs-on: ubuntu-latest
26-
steps:
27-
- name: Checkout Repository
28-
uses: actions/checkout@v3
29-
- name: Set up Python 3.x
30-
uses: actions/setup-python@v4
31-
with:
32-
python-version: 3.x
33-
- name: Install dependencies
34-
run: python3 -m pip install nox
35-
- name: Build the docs
36-
run: nox -s docs
3724

3825
test-linux:
3926
strategy:

0 commit comments

Comments
 (0)