From 3b40ae9918b1c0cbbf6514d32852d90efe8baf16 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 21 Sep 2021 13:33:39 +0100 Subject: [PATCH] Don't build OpenAPI automatically Readthedocs won't be able to build OpenAPI, so I've removed this from the makefile. --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index d2829e5b..feb32403 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -20,5 +20,5 @@ $(BUILDDIR)/swagger.yaml: Makefile # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). -html dirhtml singlehtml json htmlhelp epub latex latexpdf text changes xml linkcheck doctest coverage clean: openapi Makefile +html dirhtml singlehtml json htmlhelp epub latex latexpdf text changes xml linkcheck doctest coverage clean: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file