mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
13 lines
192 B
Plaintext
13 lines
192 B
Plaintext
# Top level.
|
|
include *.rst
|
|
|
|
exclude *.png
|
|
|
|
# Non-python files.
|
|
recursive-include sphinx_rtd_theme *
|
|
recursive-exclude sass *
|
|
|
|
# Extraneous files.
|
|
global-exclude .DS_Store
|
|
global-exclude *.pyc
|