diff options
| author | cguardia <carlos.delaguardia@gmail.com> | 2011-05-04 15:25:05 -0500 |
|---|---|---|
| committer | cguardia <carlos.delaguardia@gmail.com> | 2011-05-04 15:25:05 -0500 |
| commit | e87f1885d78df1c4f832912a2031291093517fa0 (patch) | |
| tree | 5194639a41b6ad61ec8a29cb21c3d4634ce66634 | |
| parent | c570d82c02687ef6264b83cfd51c229acfeffb3b (diff) | |
| download | pyramid-e87f1885d78df1c4f832912a2031291093517fa0.tar.gz pyramid-e87f1885d78df1c4f832912a2031291093517fa0.tar.bz2 pyramid-e87f1885d78df1c4f832912a2031291093517fa0.zip | |
Revert "test adding theme as a submodule"
This reverts commit 94c2dc0bae9cf14cc6a5548119933e4477d07042.
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | docs/.gitignore | 1 | ||||
| -rw-r--r-- | docs/Makefile | 3 | ||||
| m--------- | docs/_themes | 0 |
4 files changed, 2 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 45397942b..000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "docs/_themes"] - path = docs/_themes - url = git://github.com/Pylons/pylons_sphinx_theme.git 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 -Subproject 53898ec579a1c31e8780824c0a255eca004e0e5 |
