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
/inkycal/tests/tmp/ /inkycal/tests/tmp/
!/inkycal/tests/*.py !/inkycal/tests/*.py
/docsource/._build/

View File

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