Skip to content

Commit

Permalink
Merge pull request #17 from stefanv/doc-data
Browse files Browse the repository at this point in the history
Add `data` folder to built docs
  • Loading branch information
dmitryduev authored Jul 15, 2020
2 parents afe0d70 + 4cb58ed commit e60c244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

html:
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
cp -r data _build/html
touch _build/html/.nojekyll
1 change: 0 additions & 1 deletion fritz
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ def test(args):

def doc(args):
subprocess.run(["make", "html"], cwd="doc", check=True)
Path("doc/_build/html/.nojekyll").touch()

if args.upload:
subprocess.run(
Expand Down

0 comments on commit e60c244

Please sign in to comment.