mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
23 lines
450 B
Plaintext
23 lines
450 B
Plaintext
include README
|
|
include LICENSE
|
|
include AUTHORS
|
|
include CHANGES
|
|
include EXAMPLES
|
|
include TODO
|
|
|
|
include babel.cfg
|
|
include Makefile
|
|
include ez_setup.py
|
|
include sphinx-build.py
|
|
include sphinx-quickstart.py
|
|
|
|
recursive-include sphinx/texinputs *
|
|
recursive-include sphinx/templates *.html *.xml
|
|
recursive-include sphinx/static *
|
|
recursive-include sphinx/locale *
|
|
recursive-include tests *
|
|
recursive-include utils *
|
|
|
|
recursive-include doc *
|
|
prune doc/_build
|