diff --git a/docs/api_reference/create_api_rst.py b/docs/api_reference/create_api_rst.py index 6af4114721b..674d2b49bb3 100644 --- a/docs/api_reference/create_api_rst.py +++ b/docs/api_reference/create_api_rst.py @@ -545,7 +545,14 @@ def _build_index(dirs: List[str]) -> None: "ai21": "AI21", "ibm": "IBM", } - ordered = ["core", "langchain", "text-splitters", "community", "experimental"] + ordered = [ + "core", + "langchain", + "text-splitters", + "community", + "experimental", + "standard-tests", + ] main_ = [dir_ for dir_ in ordered if dir_ in dirs] integrations = sorted(dir_ for dir_ in dirs if dir_ not in main_) doc = """# LangChain Python API Reference