docs adjustments

This commit is contained in:
Ace 2023-06-03 15:52:45 +02:00
parent 3b74eb9468
commit bceec6d1e7
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -148,3 +148,4 @@ dmypy.json
# inkycal tests
/inkycal/tests/tmp/
!/inkycal/tests/*.py
/docsource/._build/

View File

@ -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