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