Skip to content

Commit a890a1d

Browse files
authored
Merge pull request #231 from asmacdo/rest-docs
Add Python REST API docs to RTD
2 parents ba6ea6e + baedb77 commit a890a1d

5 files changed

Lines changed: 34 additions & 1 deletion

File tree

docs/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ clean:
4242
-rm -rf $(BUILDDIR)/*
4343

4444
html:
45+
curl -o _static/api.json "http://localhost:8000/pulp/api/v3/docs/api.json?plugin=pulp_python"
4546
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
4647
@echo
4748
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

0 commit comments

Comments
 (0)