summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-11-01 09:14:23 +0100
committerGeorg Brandl <georg@python.org>2011-11-01 09:14:23 +0100
commit90d7f0e8b66b2fa03ff2dcf84acd76884b1a1d4e (patch)
tree4b1562b3ade2f797f03197467a6eff7df7c42544
parent7b39fc6eb4f4859f120c78c37cdf96adb6ee96dc (diff)
downloadsphinx-90d7f0e8b66b2fa03ff2dcf84acd76884b1a1d4e.tar.gz
Closes #792: Include "sphinx-apidoc" in the source distribution.
-rw-r--r--CHANGES2
-rw-r--r--MANIFEST.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fe7f6f46..3995bbe4 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 cfc44c17..214b8160 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 *