Skip to content

Commit

Permalink
[skip ci] 2024-03-18 00:13
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Mar 17, 2024
1 parent 8d8cc3a commit cc824fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SOURCEDIR = .
BUILDDIR = _build
LANG = en_US.UTF-8
SPHINXSERV ?= sphinx-autobuild
MAKE = make

default: html

Expand Down Expand Up @@ -38,9 +39,13 @@ pull:
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: default view help serve commit Makefile
.PHONY: default view help serve commit Makefile snippet

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

# Snippet builder: https://sphinx.silverrainz.me/snippet/, for shell completion.
snippet:
@$(SPHINXBUILD) -M snippet "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
3 changes: 3 additions & 0 deletions docutils.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# docutils configuration file
# http://docutils.sourceforge.net/docs/user/config.html

# These entries affect all processing:
[general]
toc-backlinks: no

0 comments on commit cc824fe

Please sign in to comment.