aboutsummaryrefslogtreecommitdiffstats
path: root/docs/check_sphinx.py
diff options
context:
space:
mode:
authorTom Christie2012-08-29 20:57:37 +0100
committerTom Christie2012-08-29 20:57:37 +0100
commit578017e01d1da4746ae0045268043cfd74d41b42 (patch)
treed729eb93484247fa44b509a4b693811e6978a190 /docs/check_sphinx.py
parent21f59162db37c656b4f025cdd8e13cdb9933a4fc (diff)
downloaddjango-rest-framework-578017e01d1da4746ae0045268043cfd74d41b42.tar.bz2
New docs
Diffstat (limited to 'docs/check_sphinx.py')
-rw-r--r--docs/check_sphinx.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/check_sphinx.py b/docs/check_sphinx.py
deleted file mode 100644
index feb04abd..00000000
--- a/docs/check_sphinx.py
+++ /dev/null
@@ -1,9 +0,0 @@
-import pytest
-import subprocess
-
-def test_build_docs(tmpdir):
- doctrees = tmpdir.join("doctrees")
- htmldir = "html" #we want to keep the docs
- subprocess.check_call([
- "sphinx-build", "-q", "-bhtml",
- "-d", str(doctrees), ".", str(htmldir)])