Files
mkdocs/MANIFEST.in
Waylan Limberg 75350da44c Theme refactor.
Themes now have `theme` objects, and theme specific configs.
Themes can inherit from other themes. Users (and theme authors)
can define custom static templates and variables.
2017-10-01 16:48:47 -04:00

6 lines
218 B
Plaintext

include README.md
include LICENSE
recursive-include mkdocs *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff *.woff2 *.xml *.mustache *mkdocs_theme.yml
recursive-exclude * __pycache__
recursive-exclude * *.py[co]