Add missing makefile so HTML docs can be generated
Also added instructions for generating the docs to README.rst Closes-bug: #1605678 Change-Id: I681a706e209308d29e1c04044ba7df702a8aea60changes/29/346129/2
parent
bc34c566ce
commit
77e875680c
@ -0,0 +1,12 @@
|
||||
|
||||
TOPDIR=$(CURDIR)
|
||||
SRCDIR=$(TOPDIR)/congressclient
|
||||
|
||||
all: docs
|
||||
|
||||
clean: rm -Rf $(TOPDIR)/doc/html/*
|
||||
|
||||
docs: $(TOPDIR)/doc/source/*.rst
|
||||
sphinx-build -b html $(TOPDIR)/doc/source $(TOPDIR)/doc/html
|
||||
|
||||
|
Loading…
Reference in New Issue