Closes #792: Include "sphinx-apidoc" in the source distribution.

This commit is contained in:
Georg Brandl 2011-11-01 09:14:23 +01:00
parent 3d3d3733e6
commit fd56b7c44a
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -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 *