Skip to content

Commit

Permalink
Remove old build
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Mar 18, 2020
1 parent a6642d1 commit 1aca784
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eoa.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ e15=$rootpath/eoa-1.5
# build sphinx documentation and open in browser
function msx(){
cd $1;
rm -rf $1/_build/html;
make html;
open $1/_build/html/index.html;
cd -
Expand All @@ -22,6 +23,7 @@ function msx(){
# build sphinx documentation silently
function msxs(){
cd $1;
rm -rf $1/_build/html;
make html;
cd -
}
Expand Down

0 comments on commit 1aca784

Please sign in to comment.