mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 16:24:18 +03:00
Don't output html to a tempdir, but keep them.
This commit is contained in:
parent
0f16db7614
commit
670dbe6d75
|
@ -10,7 +10,7 @@ def test_linkcheck(tmpdir):
|
||||||
|
|
||||||
def test_build_docs(tmpdir):
|
def test_build_docs(tmpdir):
|
||||||
doctrees = tmpdir.join("doctrees")
|
doctrees = tmpdir.join("doctrees")
|
||||||
htmldir = tmpdir.join("html")
|
htmldir = "html" #we want to keep the docs
|
||||||
subprocess.check_call([
|
subprocess.check_call([
|
||||||
"sphinx-build", "-W", "-bhtml",
|
"sphinx-build", "-W", "-bhtml",
|
||||||
"-d", str(doctrees), ".", str(htmldir)])
|
"-d", str(doctrees), ".", str(htmldir)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user