2008-11-02 16:32:15 -06:00
|
|
|
include README
|
|
|
|
include LICENSE
|
|
|
|
include AUTHORS
|
|
|
|
include CHANGES
|
|
|
|
include EXAMPLES
|
|
|
|
include TODO
|
|
|
|
|
|
|
|
include babel.cfg
|
|
|
|
include Makefile
|
|
|
|
include ez_setup.py
|
2009-03-28 14:51:45 -05:00
|
|
|
include sphinx-autogen.py
|
2008-11-02 16:32:15 -06:00
|
|
|
include sphinx-build.py
|
|
|
|
include sphinx-quickstart.py
|
|
|
|
|
2008-11-04 12:51:38 -06:00
|
|
|
recursive-include sphinx/texinputs *
|
2009-01-05 17:37:43 -06:00
|
|
|
recursive-include sphinx/themes *
|
2008-11-04 12:51:38 -06:00
|
|
|
recursive-include sphinx/locale *
|
2009-03-26 13:55:17 -05:00
|
|
|
recursive-include sphinx/ext/autosummary/templates *
|
2008-11-04 12:51:38 -06:00
|
|
|
recursive-include tests *
|
|
|
|
recursive-include utils *
|
2009-01-05 17:38:40 -06:00
|
|
|
include sphinx/pycode/Grammar.txt
|
2008-11-02 16:32:15 -06:00
|
|
|
|
2008-11-04 12:51:38 -06:00
|
|
|
recursive-include doc *
|
2008-11-02 16:32:15 -06:00
|
|
|
prune doc/_build
|