From 21a25013ad6624e6faff4f20f207435bf045aff7 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 3 Jan 2024 13:26:41 +0100 Subject: [PATCH] docs: mkdocs social plugin enabled --- .github/workflows/documentation.yml | 2 +- mkdocs.yml | 2 ++ requirements.txt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index bd2fd56b..4f797de2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -48,7 +48,7 @@ jobs: mkdocs-material- - name: Installing pip packages run: | - pip install conan mkdocs-material mkdocs-rss-plugin mike + pip install conan mkdocs-material mkdocs-rss-plugin mkdocs-material[imaging] mike - name: Prepare git run: | git config --global user.name github-actions diff --git a/mkdocs.yml b/mkdocs.yml index 5f685665..f2610f2a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,6 +61,8 @@ plugins: - categories - tags - search + - social: + enabled: !ENV [CI, false] - tags: tags_file: users_guide/examples/tags_index.md diff --git a/requirements.txt b/requirements.txt index 3c371fe8..0392e2c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ pre-commit identify mkdocs-material mkdocs-rss-plugin +mkdocs-material[imaging] mike