mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-11 16:01:33 +00:00
docs: fix api build (#17898)
This commit is contained in:
@@ -351,7 +351,7 @@ def main() -> None:
|
|||||||
# Skip any hidden directories
|
# Skip any hidden directories
|
||||||
# Some of these could be present by mistake in the code base
|
# Some of these could be present by mistake in the code base
|
||||||
# e.g., .pytest_cache from running tests from the wrong location.
|
# e.g., .pytest_cache from running tests from the wrong location.
|
||||||
if not dir.startswith("."):
|
if dir.startswith("."):
|
||||||
print("Skipping dir:", dir)
|
print("Skipping dir:", dir)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user