From 196d320dab8e548b66e5c0863c79f646d9d0145b Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 17 Jun 2016 17:25:35 +0200 Subject: [PATCH] doc: remove left over of docbookrestapi Change-Id: I1b169cdc1f287c0064213e775bc094e45992f920 --- doc/Makefile | 1 - doc/source/webapi/v2.rst | 2 -- 2 files changed, 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 24a7c7c260..54a1a50d44 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -50,7 +50,6 @@ html: check-dependencies .PHONY: check-dependencies check-dependencies: @python -c 'import sphinxcontrib.autohttp.flask' >/dev/null 2>&1 || (echo "ERROR: Missing Sphinx dependencies. Run: pip install sphinxcontrib-httpdomain" && exit 1) - @ld -ltidy >/dev/null 2>&1 || (echo "Error: Missing libtidy dependencies. Pls. install libtidy with system package manager" && exit 1) wadl: $(SPHINXBUILD) -b docbook $(ALLSPHINXOPTS) $(BUILDDIR)/wadl diff --git a/doc/source/webapi/v2.rst b/doc/source/webapi/v2.rst index aa78256d63..31abba37e9 100644 --- a/doc/source/webapi/v2.rst +++ b/doc/source/webapi/v2.rst @@ -1,5 +1,3 @@ -.. docbookrestapi - ============ V2 Web API ============