Skip to content

Commit

Permalink
Remove linkcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
  • Loading branch information
TG1999 committed May 6, 2023
1 parent 26ad99c commit 0d577f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.11]
python-version: [3.8]

steps:
- name: Checkout code
Expand All @@ -29,7 +29,9 @@ jobs:

- name: Check Sphinx Documentation build minimally
working-directory: ./docs
run: sphinx-build -b linkcheck -EW source build
# Removing linkcheck for now due to this issue:
# https://github.com/urllib3/urllib3/issues/2168
run: sphinx-build -b -EW source build

- name: Check for documentation style errors
working-directory: ./docs
Expand Down

0 comments on commit 0d577f9

Please sign in to comment.