diff options
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  | 
