mirror of https://github.com/kivy/kivy.git
doc/Makefile - generate the gallery .rst files
This calls doc/gallery.py when building html documentation. At present, the generated gallery is html only. It is unclear if the inclusion of lots of source code would be desired in a printed form.
This commit is contained in:
parent
9741529d3f
commit
521e152ab5
|
@ -77,6 +77,7 @@ ifeq ("$(wildcard $(AUTOBUILD_STAMP))","")
|
|||
$(PYTHON) autobuild.py silenced=$(ENDUSER_BUILD)
|
||||
touch $(AUTOBUILD_STAMP)
|
||||
endif
|
||||
$(PYTHON) gallery.py
|
||||
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS$(_TESTS)) build/html
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in build/html."
|
||||
|
|
Loading…
Reference in New Issue