1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-24 06:59:55 +03:00

drop linkchecking

This commit is contained in:
Marko Tibold 2011-12-30 16:01:15 +01:00
parent 23979a9953
commit a1d31c8a3a

View File

@ -1,13 +1,6 @@
import pytest import pytest
import subprocess 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): def test_build_docs(tmpdir):
doctrees = tmpdir.join("doctrees") doctrees = tmpdir.join("doctrees")
htmldir = "html" #we want to keep the docs htmldir = "html" #we want to keep the docs