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:
parent
1cd097b7aa
commit
3b40ae9918
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue