aboutsummaryrefslogtreecommitdiffstats
path: root/docs/check_sphinx.py
diff options
context:
space:
mode:
authorMarko Tibold2011-12-30 16:01:15 +0100
committerMarko Tibold2011-12-30 16:01:15 +0100
commita1d31c8a3a9e694da7cea8a03579ff938000bf96 (patch)
tree8c2e6cab2968afaea1784005886f18940ea21f11 /docs/check_sphinx.py
parent23979a9953f5dc7d0a5ffcb6c5d1e7573dabd3f3 (diff)
downloaddjango-rest-framework-a1d31c8a3a9e694da7cea8a03579ff938000bf96.tar.bz2
drop linkchecking
Diffstat (limited to 'docs/check_sphinx.py')
-rw-r--r--docs/check_sphinx.py7
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