Skip to content

Commit

Permalink
Add "assets" directory needed for legacy doc landing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Mar 8, 2024
1 parent cffb509 commit cd6fc33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions copy-api-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
version_string = p.name.split('-')[1]
shutil.copytree(str(p), dest / version_string, dirs_exist_ok=True)

shutil.copytree('api-docs/assets', dest / 'assets')

shutil.copytree('dev-docs', dest / 'dev', dirs_exist_ok=True)

# TODO: After the 3.1 release, this should be updated to copy from 'api-docs/docs-3.1'
Expand Down

0 comments on commit cd6fc33

Please sign in to comment.