summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 92dc56fda..d3a83facc 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -85,4 +85,4 @@ epub:
@echo "Build finished. The epub file is in _build/epub."
_themes:
- git clone git://github.com/Pylons/pylons_sphinx_theme.git _themes
+ cd ..; git submodule update --init; cd docs