From e87f1885d78df1c4f832912a2031291093517fa0 Mon Sep 17 00:00:00 2001 From: cguardia Date: Wed, 4 May 2011 15:25:05 -0500 Subject: Revert "test adding theme as a submodule" This reverts commit 94c2dc0bae9cf14cc6a5548119933e4477d07042. --- docs/.gitignore | 1 + docs/Makefile | 3 +-- docs/_themes | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 160000 docs/_themes (limited to 'docs') diff --git a/docs/.gitignore b/docs/.gitignore index d4e11e5ea..1e9e0413c 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,2 +1,3 @@ _build +_themes diff --git a/docs/Makefile b/docs/Makefile index 3fbf56d0a..1d032cf45 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -85,5 +85,4 @@ epub: @echo "Build finished. The epub file is in _build/epub." _themes: - git submodule init - git submodule update + git clone git://github.com/Pylons/pylons_sphinx_theme.git _themes diff --git a/docs/_themes b/docs/_themes deleted file mode 160000 index 53898ec57..000000000 --- a/docs/_themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 53898ec579a1c31e8780824c0a255eca004e0e56 -- cgit v1.2.3