From 765e5326091da6f34eb0a72b9eaf4464ad7223f2 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Thu, 22 Nov 2012 16:08:05 +0100
Subject: [PATCH] fix MANIFEST.in to contain everything needed to build the
 docs

---
 MANIFEST.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 59f2d474..94cd46b9 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -16,8 +16,9 @@ recursive-include examples *.py
 
 include doc/other/*[a-zA-Z]
 include doc/Makefile
-recursive-include doc/source *.rst *.py *.svg
+recursive-include doc/source *.rst *.py *.svg *.sh *.diff
 recursive-include doc/source/_static *[a-zA-Z]
+recursive-exclude doc/source/images [0-9]-*.py
 recursive-include doc/templates *[a-zA-Z]
 prune doc/source/reference/generated
 recursive-include doc/sphinxext *.py *.txt *.in
-- 
GitLab