diff options
| author | Marko Tibold | 2011-12-30 16:17:12 +0100 | 
|---|---|---|
| committer | Marko Tibold | 2011-12-30 16:17:12 +0100 | 
| commit | 28f1b027aa8b452378a89118b938f24b2383dc9a (patch) | |
| tree | 195644952b7249c4ef5b84d4f0558d8b31c6534c /docs | |
| parent | b29732536945bc6504ab064dc6b9242618eaf126 (diff) | |
| parent | a1d31c8a3a9e694da7cea8a03579ff938000bf96 (diff) | |
| download | django-rest-framework-28f1b027aa8b452378a89118b938f24b2383dc9a.tar.bz2 | |
Merge remote-tracking branch 'origin/master'
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  | 
