Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 13, 2023
2 parents ca0ab9c + 0cb3257 commit 4f021bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ json-norun:
@echo
@echo "Build finished. The JSON files are in $(BUILDDIR)."

text:
$(SPHINXBUILD) -b text "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@echo
@echo "Build finished. The text files are in $(BUILDDIR)."

text-norun:
$(SPHINXBUILD) -D plot_gallery=0 -b text "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@echo
@echo "Build finished. The text files are in $(BUILDDIR)."

download:
# make data directories
mkdir -p $(DATADIR)
Expand Down

0 comments on commit 4f021bc

Please sign in to comment.