diff options
| author | Georg Brandl <georg@python.org> | 2011-11-01 09:14:23 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-11-01 09:14:23 +0100 |
| commit | 90d7f0e8b66b2fa03ff2dcf84acd76884b1a1d4e (patch) | |
| tree | 4b1562b3ade2f797f03197467a6eff7df7c42544 | |
| parent | 7b39fc6eb4f4859f120c78c37cdf96adb6ee96dc (diff) | |
| download | sphinx-90d7f0e8b66b2fa03ff2dcf84acd76884b1a1d4e.tar.gz | |
Closes #792: Include "sphinx-apidoc" in the source distribution.
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | MANIFEST.in | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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 * |
