From fd56b7c44a65379f776c0d33621e3590d808611f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 1 Nov 2011 09:14:23 +0100 Subject: [PATCH] Closes #792: Include "sphinx-apidoc" in the source distribution. --- CHANGES | 2 ++ MANIFEST.in | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index fe7f6f46e..3995bbe45 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ Release 1.1.1 (in development) ============================== +* #792: Include "sphinx-apidoc" in the source distribution. + * #797: Don't crash on a misformatted glossary. * #801: Make intersphinx work properly without SSL support. diff --git a/MANIFEST.in b/MANIFEST.in index cfc44c17e..214b81608 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,6 +11,7 @@ include distribute_setup.py include sphinx-autogen.py include sphinx-build.py include sphinx-quickstart.py +include sphinx-apidoc.py recursive-include sphinx/texinputs * recursive-include sphinx/themes *