docs build (#78)

This commit is contained in:
Jai
2023-05-14 10:18:28 -07:00
committed by GitHub
parent a55a579b7f
commit 92d810eac4
3 changed files with 12 additions and 10 deletions

View File

@@ -40,9 +40,8 @@ jobs:
python -m pip install -e .
python -m pip install -r ../docs/requirements.txt
- name: Build docs
working-directory: docs
run: |
mkdocs build
PYTHONPATH=. mkdocs build -f docs/mkdocs.yml
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact

View File

@@ -8,7 +8,10 @@ theme:
plugins:
- search
- mkdocstrings
- mkdocstrings:
handlers:
python:
paths: [../python]
- mkdocs-jupyter
nav:
@@ -26,4 +29,4 @@ markdown_extensions:
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences

View File

@@ -6,9 +6,9 @@
pip install lancedb
```
::: lancedb
::: lancedb.db
::: lancedb.table
::: lancedb.query
::: lancedb.embeddings
::: lancedb.context
## ::: lancedb
## ::: lancedb.db
## ::: lancedb.table
## ::: lancedb.query
## ::: lancedb.embeddings
## ::: lancedb.context