Skip to content

Commit

Permalink
Split doc requirements to seperate file
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Nov 17, 2023
1 parent 80b9546 commit 5facd5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUIREMENTS: ./requirements-dev.txt
REQUIREMENTS: ./requirements-docs.txt
5 changes: 0 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
flake8
pytest
mkdocs
mkdocs-material
mkdocstrings
mkdocstrings-python
markdown-include
tox
5 changes: 5 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkdocs
mkdocs-material
mkdocstrings
mkdocstrings-python
markdown-include

0 comments on commit 5facd5c

Please sign in to comment.