summaryrefslogtreecommitdiff
path: root/doc/check_sphinx.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-08-05 13:27:06 +0200
committerholger krekel <holger@merlinux.eu>2013-08-05 13:27:06 +0200
commitafad7a309c3dc9ab947425da44caaeca584a4b46 (patch)
tree44d0d6dd0f038a9b0e512df5583ce41dd2911379 /doc/check_sphinx.py
parent2f201ae07fb8648635ab8872cbf06c2d601dbf59 (diff)
downloadtox-afad7a309c3dc9ab947425da44caaeca584a4b46.tar.gz
fix sphinx building and checks, move bitbucket to use https urls
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):