1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-14 19:07:41 +01:00

Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2021-11-30 15:57:30 +01:00
commit 5fb95691bc
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ necessary to preserve your brand's style.
## Adding assets
[MkDocs] provides several ways to customize a theme. In order to make a few
small tweaks to Material for MkDocs, you can just CSS and JavaScript files to
small tweaks to Material for MkDocs, you can just add CSS and JavaScript files to
the `docs` directory.
[MkDocs]: https://www.mkdocs.org

View File

@ -61,6 +61,7 @@ setup(
packages = find_packages(exclude = ["src"]),
include_package_data = True,
install_requires = install_requires,
python_requires='>=3.6',
entry_points = {
"mkdocs.themes": [
"material = material",