docs adjustments
This commit is contained in:
parent
3b74eb9468
commit
bceec6d1e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -148,3 +148,4 @@ dmypy.json
|
|||||||
# inkycal tests
|
# inkycal tests
|
||||||
/inkycal/tests/tmp/
|
/inkycal/tests/tmp/
|
||||||
!/inkycal/tests/*.py
|
!/inkycal/tests/*.py
|
||||||
|
/docsource/._build/
|
||||||
|
@ -6,12 +6,16 @@
|
|||||||
SPHINXOPTS ?=
|
SPHINXOPTS ?=
|
||||||
SPHINXBUILD ?= sphinx-build
|
SPHINXBUILD ?= sphinx-build
|
||||||
SOURCEDIR = .
|
SOURCEDIR = .
|
||||||
BUILDDIR = ../docs
|
BUILDDIR = ._build
|
||||||
|
|
||||||
# Put it first so that "make" without argument is like "make help".
|
# Put it first so that "make" without argument is like "make help".
|
||||||
help:
|
help:
|
||||||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||||
|
|
||||||
|
github:
|
||||||
|
@make html
|
||||||
|
@cp -a ._build/html/. ../docs
|
||||||
|
|
||||||
.PHONY: help Makefile
|
.PHONY: help Makefile
|
||||||
|
|
||||||
# Catch-all target: route all unknown targets to Sphinx using the new
|
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||||
|
Loading…
Reference in New Issue
Block a user