summaryrefslogtreecommitdiff
path: root/doc/check_sphinx.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-08-06 16:04:45 +0200
committerholger krekel <holger@merlinux.eu>2013-08-06 16:04:45 +0200
commitcad98436acf645bdb01044e299ce0304e1964b42 (patch)
tree7c2ff7c8508fe845f890e9002ddf72577f043e6d /doc/check_sphinx.py
parent454ffe7942447c799495198e1f190f1471c6e048 (diff)
parent223625e1c15d9989e2ebed19f5cfe890bb587d59 (diff)
downloadtox-cad98436acf645bdb01044e299ce0304e1964b42.tar.gz
Merged in anthon_van_der_neut/tox (pull request #53)
fix for #108
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 0f536ff..26f6b11 100644
--- a/doc/check_sphinx.py
+++ b/doc/check_sphinx.py
@@ -4,7 +4,7 @@ def test_build_docs(tmpdir):
doctrees = tmpdir.join("doctrees")
htmldir = tmpdir.join("html")
subprocess.check_call([
- "sphinx-build", "-W", "-bhtml",
+ "sphinx-build", "-bhtml",
"-d", str(doctrees), ".", str(htmldir)])
def test_linkcheck(tmpdir):