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/tmp/
|
||||
!/inkycal/tests/*.py
|
||||
/docsource/._build/
|
||||
|
@ -6,12 +6,16 @@
|
||||
SPHINXOPTS ?=
|
||||
SPHINXBUILD ?= sphinx-build
|
||||
SOURCEDIR = .
|
||||
BUILDDIR = ../docs
|
||||
BUILDDIR = ._build
|
||||
|
||||
# Put it first so that "make" without argument is like "make help".
|
||||
help:
|
||||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
|
||||
github:
|
||||
@make html
|
||||
@cp -a ._build/html/. ../docs
|
||||
|
||||
.PHONY: help Makefile
|
||||
|
||||
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||
|
Loading…
Reference in New Issue
Block a user