chore(deps): bump mkdocs (#3168)

* chore(deps-dev): bump mkdocs requirements

* fix: google analytics

`google_analytics` is deprecated and mkdocs raises an error in strict mode
Switched to new syntax
https://github.com/squidfunk/mkdocs-material/issues/2055
https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics
This commit is contained in:
Eric Jolibois
2021-10-12 23:46:47 +02:00
committed by GitHub
parent c256dccbb3
commit 4be3f45e20
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ flake8-quotes==3.3.0
hypothesis==6.18.0
markdown-include==0.6.0
mdx-truly-sane-lists==1.2
mkdocs==1.1.2
mkdocs==1.2.2
mkdocs-exclude==1.0.2
mkdocs-material==7.1.6
mkdocs-material==7.2.6
sqlalchemy
orjson
ujson
+4 -3
View File
@@ -27,9 +27,10 @@ theme:
repo_name: samuelcolvin/pydantic
repo_url: https://github.com/samuelcolvin/pydantic
google_analytics:
- 'UA-62733018-4'
- 'auto'
extra:
analytics:
provider: google
property: UA-62733018-4
extra_css:
- 'extra/terminal.css'