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
10
10
11
11
(cd docs/" $directory " ; tar cf - .) | (cd docs/" $directory " _tmp; tar xvf - )
12
12
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"
16
16
17
17
mv docs/" $directory " docs/" $directory " _bak
18
18
mv docs/" $directory " _tmp/ docs/" $directory "
You can’t perform that action at this time.
0 commit comments