Skip to content

Commit

Permalink
Removing doctree from generated sources. There is no need to publish it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Delawen committed Nov 24, 2017
1 parent 613b73e commit 803a4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clean:

html_all_languages:
@echo "Building documentation in html for all languages"
set -e; for lang in "en" "es" "fr" "ge" "it" "ko" "nl" "cz" "ca" "fi" "is"; do echo "Building language $$lang" && make html -e SPHINXOPTS="-D language='$$lang'" -e "BUILDDIR='target/doc/$$lang'"; done
set -e; for lang in "en" "es" "fr" "ge" "it" "ko" "nl" "cz" "ca" "fi" "is"; do echo "Building language $$lang" && make html -e SPHINXOPTS="-D language='$$lang'" -e "BUILDDIR='target/doc/$$lang' -d $(BUILDDIR)/doctrees"; done

update_translations:
@echo "Pushing strings to transifex"
Expand Down

0 comments on commit 803a4f9

Please sign in to comment.