Skip to content

Commit

Permalink
⬆️ Upgrade MkDocs Material
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Oct 23, 2023
1 parent 7c5894e commit 672b0eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Expand Up @@ -39,8 +39,7 @@ sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
pytest = "^7.0.1"
mypy = "0.971"
black = "^22.10.0"
mkdocs = "^1.2.1"
mkdocs-material = "^8.1.4"
mkdocs-material = "9.1.21"
pillow = "^9.3.0"
cairosvg = "^2.5.2"
mdx-include = "^1.4.1"
Expand Down
2 changes: 2 additions & 0 deletions scripts/docs-live.sh
Expand Up @@ -2,4 +2,6 @@

set -e

export DYLD_FALLBACK_LIBRARY_PATH="/opt/homebrew/lib"

mkdocs serve --dev-addr 127.0.0.1:8008

0 comments on commit 672b0eb

Please sign in to comment.