🔧 Upgrade MkDocs Material and update configs (#217)

This commit is contained in:
Sebastián Ramírez 2022-01-08 17:49:07 +01:00 committed by GitHub
parent 800a5f232f
commit c873aa3930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -28,9 +28,6 @@ theme:
repo_name: tiangolo/sqlmodel
repo_url: https://github.com/tiangolo/sqlmodel
edit_uri: ''
google_analytics:
- UA-205713594-2
- auto
nav:
- SQLModel: index.md
- features.md
@ -104,12 +101,15 @@ markdown_extensions:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format ''
format: !!python/name:pymdownx.superfences.fence_code_format ''
- pymdownx.tabbed:
alternate_style: true
- mdx_include
extra:
analytics:
provider: google
property: UA-205713594-2
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/tiangolo/sqlmodel
@ -129,6 +129,5 @@ extra_css:
- css/custom.css
extra_javascript:
- https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js
- js/termynal.js
- js/custom.js

View File

@ -41,7 +41,7 @@ mypy = "0.930"
flake8 = "^3.9.2"
black = {version = "^21.5-beta.1", python = "^3.7"}
mkdocs = "^1.2.1"
mkdocs-material = "^7.1.9"
mkdocs-material = "^8.1.4"
mdx-include = "^1.4.1"
coverage = {extras = ["toml"], version = "^5.5"}
fastapi = "^0.68.0"