Skip to content

Commit

Permalink
Merge branch 'fix_tf' of https://github.com/PennyLaneAI/qml into fix_tf
Browse files Browse the repository at this point in the history
  • Loading branch information
KetpuntoG committed Sep 13, 2023
2 parents a50da88 + dd6ddae commit 8a6d7c7
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 8a6d7c7

Please sign in to comment.