Skip to content

Commit

Permalink
add mkdocs to poetry dev reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
KPreisner committed Mar 18, 2024
1 parent 6653e59 commit 3a2a138
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build-docs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

### For lazydocs command:
# python3 -m venv venv
# source venv/bin/activate
# pip install poetry; poetry install

set -e
Expand Down
5 changes: 2 additions & 3 deletions local-run-docs.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env bash

### For lazydocs command:
# python3 -m venv venv
# source venv/bin/activate
# pip install poetry; poetry install
### For mkdocs command:
# pip install mkdocs mkdocs-awesome-pages-plugin

set -e

Expand Down
Loading

0 comments on commit 3a2a138

Please sign in to comment.