Skip to content

Commit

Permalink
revert: Remove generate_static_docs
Browse files Browse the repository at this point in the history
Reverts main part of 6e1ca94
Not needed now that `pyscript` is working
  • Loading branch information
dangotbanned committed Oct 14, 2024
1 parent 0694233 commit 6803368
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
3 changes: 1 addition & 2 deletions tools/generate_schema_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1214,11 +1214,10 @@ def main() -> None:

# The modules below are imported after the generation of the new schema files
# as these modules import Altair. This allows them to use the new changes
from tools import generate_api_docs, generate_static_docs, update_init_file
from tools import generate_api_docs, update_init_file

generate_api_docs.write_api_file()
update_init_file.update__all__variable()
generate_static_docs.write_static_docs()


if __name__ == "__main__":
Expand Down
53 changes: 0 additions & 53 deletions tools/generate_static_docs.py

This file was deleted.

0 comments on commit 6803368

Please sign in to comment.