diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index f90d0b7..597ab83 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -20,4 +20,4 @@ jobs: uses: mhausenblas/mkdocs-deploy-gh-pages@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REQUIREMENTS: ./requirements-dev.txt \ No newline at end of file + REQUIREMENTS: ./requirements-docs.txt \ No newline at end of file diff --git a/requirements-dev.txt b/requirements-dev.txt index 9407815..069899f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,8 +1,3 @@ flake8 pytest -mkdocs -mkdocs-material -mkdocstrings -mkdocstrings-python -markdown-include tox \ No newline at end of file diff --git a/requirements-docs.txt b/requirements-docs.txt new file mode 100644 index 0000000..92c0331 --- /dev/null +++ b/requirements-docs.txt @@ -0,0 +1,5 @@ +mkdocs +mkdocs-material +mkdocstrings +mkdocstrings-python +markdown-include \ No newline at end of file