Skip to content

Commit

Permalink
Test docs build using latest tudatpy and tudat dev conda packages
Browse files Browse the repository at this point in the history
  • Loading branch information
niketagrawal committed Sep 19, 2024
1 parent 9380794 commit d619215
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"
jobs:
pre_install:
- LATEST_TAG=$(git describe --tags --abbrev=0) ; echo Downloading $LATEST_TAG ;
wget https://github.com/tudat-team/tudatpy/archive/refs/tags/$LATEST_TAG.zip; unzip $LATEST_TAG.zip; rm -rf docs/; LT=$(echo $LATEST_TAG | cut -c 2-); mv tudatpy-$LT/docs/ .
# jobs:
# pre_install:
# - LATEST_TAG=$(git describe --tags --abbrev=0) ; echo Downloading $LATEST_TAG ;
# wget https://github.com/tudat-team/tudatpy/archive/refs/tags/$LATEST_TAG.zip; unzip $LATEST_TAG.zip; rm -rf docs/; LT=$(echo $LATEST_TAG | cut -c 2-); mv tudatpy-$LT/docs/ .
# The pre-install step enables building the docs on the latest tag
# instead of the latest commit. Since Read the Docs uses the latest
# tudatpy dev conda package to find the binaries (see docs/source/conf.
Expand Down
6 changes: 3 additions & 3 deletions docs/environment_readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies:
#- cmake
- pydantic=1.10.9
- numpydoc
- tudatpy=0.8.0.dev7
- tudat=2.13.0.dev10
- tudatpy
- tudat
- boost-cpp=1.84.0
- pip
- pip:
Expand All @@ -27,4 +27,4 @@ dependencies:
- sphinxcontrib-fulltoc
- sphinxcontrib-bibtex
- furo
- sphinx_copybutton
- sphinx_copybutton

0 comments on commit d619215

Please sign in to comment.