get rid of requirements-mkdocs.txt

This commit is contained in:
mauwii 2023-02-19 03:29:45 +01:00
parent ace7032067
commit f3d669319e
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB
2 changed files with 3 additions and 4 deletions

View File

@ -19,11 +19,13 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: pip
cache-dependency-path: pyproject.toml
- name: install requirements
run: |
python -m \
pip install -r docs/requirements-mkdocs.txt
pip install ".[docs]"
- name: confirm buildability
run: |

View File

@ -1,3 +0,0 @@
mkdocs-material==9.*
mkdocs-git-revision-date-localized-plugin
mkdocs-redirects==1.2.0