diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eff8ed2..4d4181a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,5 @@ jobs: - run: pip install mkdocs-git-revision-date-localized-plugin - run: pip install mkdocs-git-committers-plugin - run: pip install mkdocs-material[imaging] - - run: pip install mkdocs-callouts - run: mkdocs gh-deploy --force \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 27eaf5d..94e426d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,8 +29,12 @@ theme: features: - content.code.copy - content.action.edit + - content.action.view + - content.tooltips - navigation.tracking - navigation.top + - search.share + - search.suggest extra_css: - custom.css @@ -41,7 +45,6 @@ markdown_extensions: custom_checkbox: true - tables - admonition - - callouts - pymdownx.details - pymdownx.superfences - pymdownx.highlight: