mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
drop linkchecking
This commit is contained in:
parent
23979a9953
commit
a1d31c8a3a
|
@ -1,13 +1,6 @@
|
|||
import pytest
|
||||
import subprocess
|
||||
|
||||
def test_linkcheck(tmpdir):
|
||||
doctrees = tmpdir.join("doctrees")
|
||||
htmldir = tmpdir.join("html")
|
||||
subprocess.check_call(
|
||||
["sphinx-build", "-q", "-blinkcheck",
|
||||
"-d", str(doctrees), ".", str(htmldir)])
|
||||
|
||||
def test_build_docs(tmpdir):
|
||||
doctrees = tmpdir.join("doctrees")
|
||||
htmldir = "html" #we want to keep the docs
|
||||
|
|
Loading…
Reference in New Issue
Block a user