From a1d31c8a3a9e694da7cea8a03579ff938000bf96 Mon Sep 17 00:00:00 2001 From: Marko Tibold Date: Fri, 30 Dec 2011 16:01:15 +0100 Subject: [PATCH] drop linkchecking --- docs/check_sphinx.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/check_sphinx.py b/docs/check_sphinx.py index 74874eede..feb04abd2 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