Skip to content

Commit

Permalink
remove the _themes requirements in the docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Apr 21, 2015
1 parent 0c942d6 commit 40cf7c2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/Makefile
Expand Up @@ -26,7 +26,7 @@ help:
clean:
-rm -rf $(BUILDDIR)/*

html: _themes
html:
mkdir -p $(BUILDDIR)/html $(BUILDDIR)/doctrees
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
Expand All @@ -48,7 +48,7 @@ pickle:

web: pickle

htmlhelp: _themes
htmlhelp:
mkdir -p $(BUILDDIR)/htmlhelp $(BUILDDIR)/doctrees
$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
@echo
Expand Down Expand Up @@ -84,6 +84,3 @@ epub:
$(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
@echo
@echo "Build finished. The epub file is in $(BUILDDIR)/epub."

_themes:
cd ..; git submodule update --init; cd docs

0 comments on commit 40cf7c2

Please sign in to comment.