Commit 670dbe6d by Marko Tibold

Don't output html to a tempdir, but keep them.

parent 0f16db76
......@@ -10,7 +10,7 @@ def test_linkcheck(tmpdir):
def test_build_docs(tmpdir):
doctrees = tmpdir.join("doctrees")
htmldir = tmpdir.join("html")
htmldir = "html" #we want to keep the docs
subprocess.check_call([
"sphinx-build", "-W", "-bhtml",
"-d", str(doctrees), ".", str(htmldir)])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment