Skip to content

Commit c537500

Browse files
committed
linkcheck: ignore blender link
1 parent fc2fff2 commit c537500

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: _build/latex/splines.pdf
5050
- name: Check links
5151
run: |
52-
$SPHINX doc/ _build/linkcheck/ -d _build/doctrees/ -b linkcheck
52+
$SPHINX doc/ _build/linkcheck/ -d _build/doctrees/ -b linkcheck -q
5353
- name: Upload linkcheck results
5454
uses: actions/upload-artifact@v4
5555
if: ${{ success() || failure() }}

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
'https://www.computerhistory.org/collections/catalog/102724883',
5050
# 403 Client Error: Forbidden for url:
5151
'https://stackoverflow.com/a/23980479/',
52+
# 403 Client Error: Forbidden for url:
53+
'https://www.blender.org',
5254
]
5355

5456
nbsphinx_execute_arguments = [

0 commit comments

Comments
 (0)