Skip to content

Commit 4e7eb90

Browse files
Ignoring future for docs (#383)
1 parent 82435a9 commit 4e7eb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ def write_module(fd: FileDoc, parts: list[str]) -> None:
761761

762762
if __name__ == "__main__":
763763
SOURCE = "./src/galileo"
764-
ignore = ["__pycache__", "constants", "resources", "schema"]
764+
ignore = ["__pycache__", "constants", "resources", "schema", "__future__"]
765765

766766
details = parse_source(SOURCE, to_ignore=ignore)
767767
build_docs(details, SOURCE, "./.generated_docs/reference")

0 commit comments

Comments
 (0)