Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist
*.pyc
__pycache__
site
.venv
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,12 @@ directory:

### Build Docs

pip3 install mkdocs
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
pip install mkdocs
cd docs
./generate_docs.py
generate_docs.py
cd ..
mkdocs serve --dev-addr=0.0.0.0:8001

Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
_build
site
*.md
349 changes: 0 additions & 349 deletions docs/app_installed.md

This file was deleted.

Loading