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 /MANIFEST.in | |
parent | 7b39fc6eb4f4859f120c78c37cdf96adb6ee96dc (diff) | |
download | sphinx-90d7f0e8b66b2fa03ff2dcf84acd76884b1a1d4e.tar.gz |
Closes #792: Include "sphinx-apidoc" in the source distribution.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 * |