diff options
| author | holger krekel <holger@merlinux.eu> | 2010-07-08 11:25:38 +0200 |
|---|---|---|
| committer | holger krekel <holger@merlinux.eu> | 2010-07-08 11:25:38 +0200 |
| commit | 7f630e8dbf15213f2f6fe68a9cf205b5b2fa3b34 (patch) | |
| tree | 88661550d37dc858bb960ee9ecc62ecdddf3fb23 /doc/check_sphinx.py | |
| parent | 9656b177f04d172609927b4e955668a29fc49ad2 (diff) | |
| download | tox-7f630e8dbf15213f2f6fe68a9cf205b5b2fa3b34.tar.gz | |
various doc fixes
Diffstat (limited to 'doc/check_sphinx.py')
| -rw-r--r-- | doc/check_sphinx.py | 2 |
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): |
