Skip to content

Commit

Permalink
seperate out docs deps into it's own file
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh Kumar committed Apr 17, 2022
1 parent aef5e07 commit 69ec89c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Publish Documentation
run: |
pip install -r requirements.txt
pip install -r requirements-docs.txt
pip install -e .
mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ or with [tox](https://pypi.org/project/tox/) installed:
Documentation is published with [mkdocs]():

```shell
$ pip install -r requirements.txt
$ pip install -r requirements-docs.txt
$ pip install -e .
$ mkdocs serve
```
Expand Down
5 changes: 5 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mdx_truly_sane_lists~=1.2
mkdocs-include-markdown-plugin~=3.3.0
mkdocs-material~=8.2.9
mkdocstrings[python]~=0.18.1
mkdocs~=1.3.0
5 changes: 0 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ bumpversion
click
flake8>=2.2.3
ipython
mdx_truly_sane_lists~=1.2
mkdocs-include-markdown-plugin~=3.3.0
mkdocs-material~=8.2.9
mkdocstrings[python]~=0.18.1
mkdocs~=1.3.0
pytest-cov
pytest>=3.9
sh>=1.09
Expand Down

0 comments on commit 69ec89c

Please sign in to comment.