From 4777d2407e5329a968e7a7fd7feac80088e4f6af Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Tue, 15 Oct 2024 07:46:15 -0700 Subject: [PATCH] fix docs generation --- docs/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generate.py b/docs/generate.py index 0cf39896..02281768 100755 --- a/docs/generate.py +++ b/docs/generate.py @@ -18,7 +18,7 @@ def run() -> None: """Generate docs for all public modules in PyAirbyte and save them to docs/generated.""" - public_modules = ["airbyte", "airbyte/cloud/experimental.py"] + public_modules = ["airbyte", "airbyte/cli.py"] # recursively delete the docs/generated folder if it exists if pathlib.Path("docs/generated").exists():