We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba6ea6e + baedb77 commit a890a1dCopy full SHA for a890a1d
5 files changed
docs/Makefile
@@ -42,6 +42,7 @@ clean:
42
-rm -rf $(BUILDDIR)/*
43
44
html:
45
+ curl -o _static/api.json "http://localhost:8000/pulp/api/v3/docs/api.json?plugin=pulp_python"
46
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
47
@echo
48
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
0 commit comments