diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b2b9cb6..0321d2d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,10 +18,6 @@ jobs: with: python-version: 3.x - - name: Install Python dependencies - run: | - pip install mkdocs-git-revision-date-localized-plugin>=1.0.1 - - name: Install Insiders build if: github.event.repository.fork == false env: diff --git a/mkdocs.yml b/mkdocs.yml index b6fdd13..2f8b3ae 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -53,7 +53,6 @@ extra_css: # ANCHOR PLugins plugins: - - git-revision-date - privacy - search - social diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 774f2e5..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -mkdocs-git-revision-date-localized-plugin==1.0.1