summaryrefslogtreecommitdiff
path: root/doc/check_sphinx.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-07-08 11:25:38 +0200
committerholger krekel <holger@merlinux.eu>2010-07-08 11:25:38 +0200
commit7f630e8dbf15213f2f6fe68a9cf205b5b2fa3b34 (patch)
tree88661550d37dc858bb960ee9ecc62ecdddf3fb23 /doc/check_sphinx.py
parent9656b177f04d172609927b4e955668a29fc49ad2 (diff)
downloadtox-7f630e8dbf15213f2f6fe68a9cf205b5b2fa3b34.tar.gz
various doc fixes
Diffstat (limited to 'doc/check_sphinx.py')
-rw-r--r--doc/check_sphinx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/check_sphinx.py b/doc/check_sphinx.py
index 1d87ee8..cf284ec 100644
--- a/doc/check_sphinx.py
+++ b/doc/check_sphinx.py
@@ -4,7 +4,7 @@ def test_linkcheck(tmpdir):
doctrees = tmpdir.join("doctrees")
htmldir = tmpdir.join("html")
subprocess.check_call(
- ["sphinx-build", "-W", "-blinkcheck",
+ ["sphinx-build", "-blinkcheck",
"-d", str(doctrees), ".", str(htmldir)])
def test_build_docs(tmpdir):