mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
5fb95691bc
@ -12,7 +12,7 @@ necessary to preserve your brand's style.
|
|||||||
## Adding assets
|
## Adding assets
|
||||||
|
|
||||||
[MkDocs] provides several ways to customize a theme. In order to make a few
|
[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.
|
the `docs` directory.
|
||||||
|
|
||||||
[MkDocs]: https://www.mkdocs.org
|
[MkDocs]: https://www.mkdocs.org
|
||||||
|
1
setup.py
1
setup.py
@ -61,6 +61,7 @@ setup(
|
|||||||
packages = find_packages(exclude = ["src"]),
|
packages = find_packages(exclude = ["src"]),
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
install_requires = install_requires,
|
install_requires = install_requires,
|
||||||
|
python_requires='>=3.6',
|
||||||
entry_points = {
|
entry_points = {
|
||||||
"mkdocs.themes": [
|
"mkdocs.themes": [
|
||||||
"material = material",
|
"material = material",
|
||||||
|
Loading…
Reference in New Issue
Block a user