From cc4e916e4e79fb85e36d108c6a569215bbd32174 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 17 Oct 2011 21:40:52 -0400 Subject: use a git submodule for themes --- docs/.gitignore | 2 +- docs/Makefile | 2 +- docs/_themes | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 160000 docs/_themes (limited to 'docs') diff --git a/docs/.gitignore b/docs/.gitignore index 1e9e0413c..30d731d4a 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,3 +1,3 @@ _build -_themes + 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 diff --git a/docs/_themes b/docs/_themes new file mode 160000 index 000000000..03e5e5aaa --- /dev/null +++ b/docs/_themes @@ -0,0 +1 @@ +Subproject commit 03e5e5aaaeddc4c9aea887478c7e7b379a127b6f -- cgit v1.2.3