mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
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.
6 lines
218 B
Plaintext
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]
|