Skip to content

Commit

Permalink
be more generous on linkcheck timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lheagy committed May 5, 2017
1 parent 350b99f commit 5fba7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
'https://vimeo.com/*',
]
linkcheck_retries = 3
linkcheck_timeout = 1000
linkcheck_timeout = 2000

# The reST default role (used for this markup: `text`) to use for all
# documents.
Expand Down

0 comments on commit 5fba7ac

Please sign in to comment.