Don't build OpenAPI automatically

Readthedocs won't be able to build OpenAPI, so I've removed this from
the makefile.
This commit is contained in:
Richard 2021-09-21 13:33:39 +01:00
parent 1cd097b7aa
commit 3b40ae9918

View file

@ -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)