summaryrefslogtreecommitdiff
path: root/doc/en/check_sphinx.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/check_sphinx.py')
-rw-r--r--doc/en/check_sphinx.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/en/check_sphinx.py b/doc/en/check_sphinx.py
index 0f536ffa6..2968888da 100644
--- a/doc/en/check_sphinx.py
+++ b/doc/en/check_sphinx.py
@@ -13,5 +13,3 @@ def test_linkcheck(tmpdir):
subprocess.check_call(
["sphinx-build", "-blinkcheck",
"-d", str(doctrees), ".", str(htmldir)])
-
-