We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2fff2 commit c537500Copy full SHA for c537500
.github/workflows/docs.yml
@@ -49,7 +49,7 @@ jobs:
49
path: _build/latex/splines.pdf
50
- name: Check links
51
run: |
52
- $SPHINX doc/ _build/linkcheck/ -d _build/doctrees/ -b linkcheck
+ $SPHINX doc/ _build/linkcheck/ -d _build/doctrees/ -b linkcheck -q
53
- name: Upload linkcheck results
54
uses: actions/upload-artifact@v4
55
if: ${{ success() || failure() }}
doc/conf.py
@@ -49,6 +49,8 @@
'https://www.computerhistory.org/collections/catalog/102724883',
# 403 Client Error: Forbidden for url:
'https://stackoverflow.com/a/23980479/',
+ # 403 Client Error: Forbidden for url:
+ 'https://www.blender.org',
]
56
nbsphinx_execute_arguments = [
0 commit comments