2013-10-28 04:53:57 -05:00
|
|
|
include README.rst
|
2008-11-02 16:32:15 -06:00
|
|
|
include LICENSE
|
|
|
|
include AUTHORS
|
|
|
|
include CHANGES
|
2016-12-24 04:44:13 -06:00
|
|
|
include CHANGES.old
|
2020-05-09 03:46:53 -05:00
|
|
|
include CODE_OF_CONDUCT
|
2016-12-24 04:44:13 -06:00
|
|
|
include CONTRIBUTING.rst
|
2008-11-02 16:32:15 -06:00
|
|
|
include EXAMPLES
|
|
|
|
|
|
|
|
include babel.cfg
|
|
|
|
include Makefile
|
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
|
2011-11-01 03:14:23 -05:00
|
|
|
include sphinx-apidoc.py
|
2016-12-24 04:44:13 -06:00
|
|
|
include tox.ini
|
|
|
|
include sphinx/locale/.tx/config
|
2021-03-05 05:19:22 -06:00
|
|
|
include sphinx/py.typed
|
2008-11-02 16:32:15 -06:00
|
|
|
|
2016-07-15 08:36:05 -05:00
|
|
|
recursive-include sphinx/templates *
|
2008-11-04 12:51:38 -06:00
|
|
|
recursive-include sphinx/texinputs *
|
2017-08-21 21:02:51 -05:00
|
|
|
recursive-include sphinx/texinputs_win *
|
2009-01-05 17:37:43 -06:00
|
|
|
recursive-include sphinx/themes *
|
2016-12-24 04:44:13 -06:00
|
|
|
recursive-include sphinx/locale *.js *.pot *.po *.mo
|
2015-11-10 03:01:13 -06:00
|
|
|
recursive-include sphinx/search/non-minified-js *.js
|
2021-02-14 11:41:19 -06:00
|
|
|
recursive-include sphinx/search/minified-js *.js
|
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 *
|
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
|
2016-12-18 20:50:35 -06:00
|
|
|
prune sphinx/locale/.tx
|