diff options
| author | Marko Tibold | 2011-12-30 16:01:15 +0100 | 
|---|---|---|
| committer | Marko Tibold | 2011-12-30 16:01:15 +0100 | 
| commit | a1d31c8a3a9e694da7cea8a03579ff938000bf96 (patch) | |
| tree | 8c2e6cab2968afaea1784005886f18940ea21f11 /docs | |
| parent | 23979a9953f5dc7d0a5ffcb6c5d1e7573dabd3f3 (diff) | |
| download | django-rest-framework-a1d31c8a3a9e694da7cea8a03579ff938000bf96.tar.bz2 | |
drop linkchecking
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/check_sphinx.py | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/check_sphinx.py b/docs/check_sphinx.py index 74874eed..feb04abd 100644 --- a/docs/check_sphinx.py +++ b/docs/check_sphinx.py @@ -1,13 +1,6 @@  import pytest  import subprocess -def test_linkcheck(tmpdir): -    doctrees = tmpdir.join("doctrees") -    htmldir = tmpdir.join("html") -    subprocess.check_call( -        ["sphinx-build", "-q", "-blinkcheck", -          "-d", str(doctrees), ".", str(htmldir)]) -  def test_build_docs(tmpdir):      doctrees = tmpdir.join("doctrees")      htmldir = "html" #we want to keep the docs  | 
