langchain/docs/api_reference
mateencog 12b063eb67
Fix: Extend pyproject.toml check in create_api_rst.py to langchain/libs folder (#31128)
- **Description:** The file ```docs/api_reference/create_api_rst.py```
uses a pyproject.toml check to remove partners which don't have a valid
pyproject.toml. This PR extends that check to ```/langchain/libs/*```
sub-directories as well. Without this the ```make api_docs_build```
command fails (see error).
- **Issue:** #31109
- **Dependencies:** none
- **Error Traceback:** 
uv run --no-group test python docs/api_reference/create_api_rst.py
Starting to build API reference files.
Building package: community
pyproject.toml not found in /langchain/libs/community.
You are either attempting to build a directory which is not a package or
the package is missing a pyproject.toml file which should be
added.Aborting the build.
make: *** [Makefile:35: api_docs_build] Error 1
2025-05-15 16:53:45 -04:00
..
_extensions docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
_static docs: sidebar-content-render (#30061) (#30062) 2025-03-01 15:30:41 -05:00
scripts multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
templates docs: add missing with_config method to Runnable templates API reference (#30560) 2025-03-31 10:08:02 -04:00
conf.py docs: dynamic copyright year in API ref (#30944) 2025-04-21 14:10:14 +00:00
create_api_rst.py Fix: Extend pyproject.toml check in create_api_rst.py to langchain/libs folder (#31128) 2025-05-15 16:53:45 -04:00
guide_imports.json docs: reorganize contributing docs (#27649) 2024-10-25 22:41:54 +00:00
make.bat
Makefile
requirements.txt docs: ganalytics in api ref (#28697) 2024-12-12 23:55:59 +00:00