Change to doc deploy script to account for not using sphinx-multiversion

This commit is contained in:
Griatch 2025-08-15 19:38:37 +02:00
parent d26eaff652
commit 6792bee11d

View file

@ -64,7 +64,9 @@ def deploy():
# copy built branches to current dir
os.system("ls")
os.system("cp -Rf build/html/* .")
os.system(f"mdkir {latest_version}")
os.system("cp -Rf build/html/* {latest_version}/")
os.system("ls")