From e7c433a1e36995ad001fe916ff76de5e7686866c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 24 Oct 2011 20:05:57 -0400 Subject: remove themes? --- docs/_themes | 1 - 1 file changed, 1 deletion(-) delete mode 160000 docs/_themes (limited to 'docs') diff --git a/docs/_themes b/docs/_themes deleted file mode 160000 index 03e5e5aaa..000000000 --- a/docs/_themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 03e5e5aaaeddc4c9aea887478c7e7b379a127b6f -- cgit v1.2.3 From afbb22395b3bf22028b231b4b96dea512869097c Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 24 Oct 2011 19:09:25 -0500 Subject: Added _themes to the clean target to reclone the submodule. --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index d3a83facc..373d549af 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -23,7 +23,7 @@ help: @echo " linkcheck to check all external links for integrity" clean: - -rm -rf _build/* + -rm -rf _build/* _themes html: _themes mkdir -p _build/html _build/doctrees -- cgit v1.2.3 From bd1de5a1c6b3ad73af0122264d2a7eec29ecd420 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 24 Oct 2011 20:21:25 -0400 Subject: readd _themes --- docs/_themes | 1 + 1 file changed, 1 insertion(+) create mode 160000 docs/_themes (limited to '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