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