From 3054314eebc19b54f6a71e5ed12ce4eef4d56eaf Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 15 Jun 2021 10:55:13 +0200 Subject: [PATCH] Test documentation build --- .github/workflows/documentation.yml | 9 +++++++++ mkdocs.yml | 5 +++++ 2 files changed, 14 insertions(+) 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