2013-10-28 20:53:57 +11:00
|
|
|
include README.rst
|
2008-11-02 23:32:15 +01:00
|
|
|
include LICENSE
|
|
|
|
|
include AUTHORS
|
|
|
|
|
include CHANGES
|
2016-12-24 19:44:13 +09:00
|
|
|
include CHANGES.old
|
|
|
|
|
include CONTRIBUTING.rst
|
2008-11-02 23:32:15 +01:00
|
|
|
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
|
2016-12-24 19:44:13 +09:00
|
|
|
include test-reqs.txt
|
|
|
|
|
include tox.ini
|
|
|
|
|
include sphinx/locale/.tx/config
|
2008-11-02 23:32:15 +01:00
|
|
|
|
2016-07-15 22:36:05 +09:00
|
|
|
recursive-include sphinx/templates *
|
2008-11-04 19:51:38 +01:00
|
|
|
recursive-include sphinx/texinputs *
|
2009-01-06 00:37:43 +01:00
|
|
|
recursive-include sphinx/themes *
|
2016-12-24 19:44:13 +09:00
|
|
|
recursive-include sphinx/pycode/pgen2 *.c *.pyx
|
|
|
|
|
recursive-include sphinx/locale *.js *.pot *.po *.mo
|
2015-11-10 10:01:13 +01:00
|
|
|
recursive-include sphinx/search/non-minified-js *.js
|
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 *
|
2016-07-11 00:27:06 +09:00
|
|
|
include sphinx/pycode/Grammar-py*
|
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
|
2016-12-19 11:50:35 +09:00
|
|
|
prune sphinx/locale/.tx
|