mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08: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
|