Skip to content

Commit

Permalink
disable version check on rtd (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
TegveerG committed Jun 21, 2023
1 parent 21558ba commit 41ab468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ 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://skeval-build-docs/${READTHEDOCS_VERSION} _readthedocs/.jupyter_cache/ --recursive
- 'mkdir -p $HOME/.ploomber/stats/'
- 'echo "version_check_enabled: false" >> $HOME/.ploomber/stats/config.yaml'
post_build:
- aws s3 cp _readthedocs/.jupyter_cache/ s3://skeval-build-docs/${READTHEDOCS_VERSION} --recursive

Expand Down

0 comments on commit 41ab468

Please sign in to comment.