diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index bd2fd56bb..4f797de26 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 5f685665e..f2610f2a1 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 3c371fe82..0392e2c0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ pre-commit identify mkdocs-material mkdocs-rss-plugin +mkdocs-material[imaging] mike