Update mkdocs version (#10522)

This commit is contained in:
Ricardo Katz 2023-10-12 16:30:12 -03:00 committed by GitHub
parent b9d8bb406c
commit 9db8fe51c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 6 deletions

View file

@ -271,5 +271,5 @@ release: ensure-buildx clean
.PHONY: build-docs
build-docs:
pip install -U mkdocs-material==6.2.4 mkdocs-awesome-pages-plugin mkdocs-minify-plugin mkdocs-redirects
pip install -r docs/requirements.txt
mkdocs build --config-file mkdocs.yml