Skip to content

Commit

Permalink
fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Oct 15, 2024
1 parent 9b40875 commit 4777d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 4777d24

Please sign in to comment.