Skip to content

Commit

Permalink
removing doc cache
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Oct 8, 2024
1 parent 61c1189 commit a7015cf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@ build:
python: mambaforge-4.10

jobs:
# download latest version from S3 to leverage notebook cache
pre_build:
- aws configure set aws_access_key_id ${aws_access_key_id}
- aws configure set aws_secret_access_key ${aws_secret_access_key}
- aws s3 cp s3://jupysql-build-docs/${READTHEDOCS_VERSION} _readthedocs/.jupyter_cache/ --recursive
- 'mkdir -p $HOME/.ploomber/stats/'
- 'echo "version_check_enabled: false" >> $HOME/.ploomber/stats/config.yaml'
# upload to S3
post_build:
- conda env export --no-build > environment.lock.yml
- cat environment.lock.yml
- aws s3 cp _readthedocs/.jupyter_cache/ s3://jupysql-build-docs/${READTHEDOCS_VERSION} --recursive


conda:
environment: doc/environment.lock.yml
Expand Down

0 comments on commit a7015cf

Please sign in to comment.