1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

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

This commit is contained in:
squidfunk 2022-03-05 13:53:23 +01:00
commit bc7e687fdb
3 changed files with 7 additions and 1 deletions

View File

@ -79,4 +79,4 @@ After your PR is merged, you can safely delete your branch and pull the changes
from the main (upstream) repository.
[development environment]: https://squidfunk.github.io/mkdocs-material/customization/#environment-setup
[build the theme]: https://squidfunk.github.io/mkdocs-material/customization/#build-process
[build the theme]: https://squidfunk.github.io/mkdocs-material/customization/#building-the-theme

View File

@ -11,6 +11,9 @@
{
"$ref": "plugins/git-revision-date-localized.json"
},
{
"$ref": "https://mondeja.github.io/mkdocs-mdpo-plugin/schema.json"
},
{
"$ref": "plugins/minify.json"
},

View File

@ -41,6 +41,9 @@ setup(
name = "mkdocs-material",
version = package["version"],
url = package["homepage"],
project_urls = {
"Source": "https://github.com/squidfunk/mkdocs-material",
},
license = package["license"],
description = package["description"],
long_description = long_description,