Skip to content

Commit

Permalink
docs adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace committed Jun 3, 2023
1 parent 3b74eb9 commit bceec6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,4 @@ dmypy.json
# inkycal tests
/inkycal/tests/tmp/
!/inkycal/tests/*.py
/docsource/._build/
6 changes: 5 additions & 1 deletion docsource/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bceec6d

Please sign in to comment.