mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
cd docs && make livehtml
Enabled make rule for sphinx-autobuild
This commit is contained in:
parent
2fed87da6e
commit
c2622ceabd
1 changed files with 3 additions and 0 deletions
|
|
@ -18,3 +18,6 @@ help:
|
|||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
||||
%: Makefile
|
||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
|
||||
livehtml:
|
||||
sphinx-autobuild -b html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue