Skip to content

Commit

Permalink
replace docs/ with docs/ correspondign to latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
niketagrawal committed Sep 13, 2024
1 parent 774bf07 commit 3265d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:
- pwd
- ls
- LATEST_TAG=$(git describe --tags --abbrev=0) ; echo $LATEST_TAG ;
wget https://github.com/tudat-team/tudatpy/archive/refs/tags/$LATEST_TAG.zip; unzip $LATEST_TAG.zip; ls; ls tudatpy-$LATEST_TAG
wget https://github.com/tudat-team/tudatpy/archive/refs/tags/$LATEST_TAG.zip; unzip $LATEST_TAG.zip; ls; rm -rf docs/; mv tudatpy-0.8.0.dev11/docs/ .


conda:
Expand Down

0 comments on commit 3265d08

Please sign in to comment.