File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ mkdir docs/"$directory"_tmp
1010
1111(cd docs/" $directory " ; tar cf - .) | (cd docs/" $directory " _tmp; tar xvf - )
1212
13- python link_to_latest.py docs/" $directory " _tmp/stan-users-guide " Stan User's Guide"
14- python link_to_latest.py docs/" $directory " _tmp/reference-manual " Stan Reference Manual"
15- python link_to_latest.py docs/" $directory " _tmp/functions-reference " Stan Functions Reference"
13+ python3 link_to_latest.py docs/" $directory " _tmp/stan-users-guide " Stan User's Guide"
14+ python3 link_to_latest.py docs/" $directory " _tmp/reference-manual " Stan Reference Manual"
15+ python3 link_to_latest.py docs/" $directory " _tmp/functions-reference " Stan Functions Reference"
1616
1717mv docs/" $directory " docs/" $directory " _bak
1818mv docs/" $directory " _tmp/ docs/" $directory "
You can’t perform that action at this time.
0 commit comments