Skip to content

Commit

Permalink
Fix MkDocs build (#539)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
  • Loading branch information
smokestacklightnin and pmeier authored Jan 16, 2025
1 parent a2d7b7d commit dca421b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ build:
- ./git-lfs install
- ./git-lfs fetch
- ./git-lfs checkout
pre_install:
- git update-index --assume-unchanged $(git status --untracked-files=no
--porcelain | sed -E "s/\s*\S+\s+//")
post_install:
- git update-index --really-refresh || true

mkdocs:
configuration: mkdocs.yml
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/gallery_python_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#
# - [ragna.source_storages.Chroma][]
# - [ragna.source_storages.LanceDB][]
# - [ragna.source_storages.QdrantDB][]
# - [ragna.source_storages.Qdrant][]

# %%
# ## Step 3: Select an assistant
Expand Down
1 change: 1 addition & 0 deletions ragna/source_storages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
__all__ = [
"Chroma",
"LanceDB",
"Qdrant",
"RagnaDemoSourceStorage",
]

Expand Down

0 comments on commit dca421b

Please sign in to comment.