Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joseph Weston
kwant
Commits
5c8761f3
Commit
5c8761f3
authored
5 years ago
by
Joseph Weston
Browse files
Options
Downloads
Patches
Plain Diff
set the number of retries when running linkcheck to 5
Retrying > once should increase the specificity of the check a lot.
parent
6be96689
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#24216
passed
5 years ago
Stage: build-env
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/conf.py
+4
-0
4 additions, 0 deletions
doc/source/conf.py
with
4 additions
and
0 deletions
doc/source/conf.py
+
4
−
0
View file @
5c8761f3
...
...
@@ -272,6 +272,10 @@ def setup(app):
# IOP times out on check but the link verified and correct.
linkcheck_ignore
=
[
r
'
https://iopscience.iop.org/1367-2630/16/6/063065/article
'
]
# By default linkcheck only tries once, but experience has shown us that this test is
# very non-specific for detecting dead links. Trying a few times should significantly
# lower the probability of false positives.
linkcheck_retries
=
5
nitpick_ignore
=
[(
'
py:class
'
,
'
Warning
'
),
(
'
py:class
'
,
'
Exception
'
),
(
'
py:class
'
,
'
object
'
),
(
'
py:class
'
,
'
tuple
'
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment