diff options
| author | Marko Tibold | 2011-12-21 02:23:26 +0100 | 
|---|---|---|
| committer | Marko Tibold | 2011-12-21 02:23:26 +0100 | 
| commit | 1096e06c2d9300658d702a7167b4ccf960992006 (patch) | |
| tree | 969539ae4f7157efddd5c8e20967a80b449c4ccd /docs | |
| parent | 6e6dc21376e781813e4faea7264d661c2e6d67f3 (diff) | |
| download | django-rest-framework-1096e06c2d9300658d702a7167b4ccf960992006.tar.bz2 | |
set linkcheck_timeout to very large, to prevent timeouts on the CI.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0a9fe068..78534ac3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -224,3 +224,5 @@ html_static_path = []  #man_pages = [  #    ()  #] + +linkcheck_timeout = 120 # seconds, set to extra large value for link_checks  | 
