From: Sebastián Ramírez Date: Fri, 19 Apr 2024 00:56:59 +0000 (-0500) Subject: ⬆️ Upgrade MkDocs Material and re-enable cards (#11466) X-Git-Tag: 0.110.3~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f686ce1e5efdecc61105f8b9283f0118ec8b1e9;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Upgrade MkDocs Material and re-enable cards (#11466) --- diff --git a/docs/en/mkdocs.insiders.yml b/docs/en/mkdocs.insiders.yml index 8f3538a805..d204974b80 100644 --- a/docs/en/mkdocs.insiders.yml +++ b/docs/en/mkdocs.insiders.yml @@ -1,8 +1,7 @@ plugins: - # TODO: Re-enable once this is fixed: https://github.com/squidfunk/mkdocs-material/issues/6983 - # social: - # cards_layout_dir: ../en/layouts - # cards_layout: custom - # cards_layout_options: - # logo: ../en/docs/img/icon-white.svg + social: + cards_layout_dir: ../en/layouts + cards_layout: custom + cards_layout_options: + logo: ../en/docs/img/icon-white.svg typeset: diff --git a/requirements-docs.txt b/requirements-docs.txt index 8462479ff4..599e01f169 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,6 +1,6 @@ -e . -r requirements-docs-tests.txt -mkdocs-material==9.4.7 +mkdocs-material==9.5.18 mdx-include >=1.4.1,<2.0.0 mkdocs-redirects>=1.2.1,<1.3.0 typer >=0.12.0