Skip to content

Commit

Permalink
add pdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
zainhoda committed Aug 2, 2023
1 parent 661245d commit 2a71624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- run: pip install PyYAML
- run: pip install nbconvert
- run: pip install ghp-import
- run: pip install pdoc
- run: pip install .
- run: pdoc vanna --logo https://img.vanna.ai/vanna-ref.svg --logo-link https://docs.vanna.ai --no-show-source --mermaid --docformat google -n -o docs
- run: python docs/sidebar.py docs/sidebar.yaml docs
- run: ghp-import -n -p -f docs
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"requests", "tabulate", "plotly", "kaleido", "pandas"
"requests", "tabulate", "plotly", "pandas", "sqlparse", "kaleido"
]

[project.urls]
Expand Down

0 comments on commit 2a71624

Please sign in to comment.