diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 286803a51..6009f182a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -42,6 +42,15 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install Python dependencies + if: github.event.repository.fork == false + run: | + pip install git+https://github.com/squidfunk/mkdocs-material-insiders.git + pip install \ + mkdocs-minify-plugin>=0.3 \ + mkdocs-redirects>=1.0 + + - name: Install Python dependencies + if: github.event.repository.fork == true run: | pip install . pip install \ diff --git a/mkdocs.yml b/mkdocs.yml index 0cae97d87..5dbf2fea0 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -51,9 +51,14 @@ theme: # Default values, taken from mkdocs_theme.yml language: en features: + - content.tabs.link # - navigation.instant - navigation.sections - navigation.tabs + - navigation.tracking + - search.highlight + - search.share + - search.suggest palette: - scheme: default primary: indigo