From d215183d0d2cfc49973bc4bc73555c2b112e546e Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Wed, 1 Apr 2009 21:57:08 +0000 Subject: sphinxext: convert the Sphinx extensions into a `numpydoc` package that can be distributed separately --- doc/sphinxext/MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/sphinxext/MANIFEST.in (limited to 'doc/sphinxext/MANIFEST.in') diff --git a/doc/sphinxext/MANIFEST.in b/doc/sphinxext/MANIFEST.in new file mode 100644 index 000000000..f88ed785c --- /dev/null +++ b/doc/sphinxext/MANIFEST.in @@ -0,0 +1,2 @@ +recursive-include tests *.py +include *.txt -- cgit v1.2.1