Skip to content

Commit

Permalink
fix api ref build (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Jan 22, 2025
1 parent 580c65c commit c347be9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ build-api-ref:
. .venv/bin/activate
$(PYTHON) -m pip install --upgrade pip
$(PYTHON) -m pip install --upgrade uv
cd langsmith-sdk && ../$(PYTHON) -m uv pip install -r python/docs/requirements.txt
$(PYTHON) -m uv pip install -r langsmith-sdk/python/docs/requirements.txt
$(PYTHON) -m uv pip install -e langsmith-sdk/python
$(PYTHON) langsmith-sdk/python/docs/create_api_rst.py
LC_ALL=C $(PYTHON) -m sphinx -T -E -b html -d langsmith-sdk/python/docs/_build/doctrees -c langsmith-sdk/python/docs langsmith-sdk/python/docs langsmith-sdk/python/docs/_build/html -j auto
$(PYTHON) langsmith-sdk/python/docs/scripts/custom_formatter.py langsmith-sdk/docs/_build/html/
Expand Down

0 comments on commit c347be9

Please sign in to comment.