Skip to content

Commit

Permalink
Fix package name in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Jun 9, 2023
1 parent 0667e78 commit 88d6068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ build:
commands:
- pip install pdoc
- cd ./bindings/python && pip install .
- pdoc text_splitter -o $READTHEDOCS_OUTPUT/html/
- pdoc semantic_text_splitter -o $READTHEDOCS_OUTPUT/html/

0 comments on commit 88d6068

Please sign in to comment.