Skip to content

Commit cd6fc33

Browse files
committed
Add "assets" directory needed for legacy doc landing pages
1 parent cffb509 commit cd6fc33

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

copy-api-docs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
version_string = p.name.split('-')[1]
2121
shutil.copytree(str(p), dest / version_string, dirs_exist_ok=True)
2222

23+
shutil.copytree('api-docs/assets', dest / 'assets')
24+
2325
shutil.copytree('dev-docs', dest / 'dev', dirs_exist_ok=True)
2426

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

0 commit comments

Comments
 (0)