diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a89faf94..3e74dd75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 47c8c94e..ce5084e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "requests", "tabulate", "plotly", "kaleido", "pandas" + "requests", "tabulate", "plotly", "pandas", "sqlparse", "kaleido" ] [project.urls]