ploomber / ploomber-engine

A toolbox 🧰 for Jupyter notebooks 📙: testing, experiment tracking, debugging, profiling, and more!
https://engine.ploomber.io
BSD 3-Clause "New" or "Revised" License
59 stars 14 forks source link

Disable version check for engine project #79

Closed TegveerG closed 1 year ago

TegveerG commented 1 year ago

Describe your changes

Added PLOOMBER_VERSION_CHECK_DISABLED=true under jobs: post_create_environment: in .readthedocs.yml

Issue number

Closes https://github.com/ploomber/contributing/issues/26

Checklist before requesting a review


:books: Documentation preview :books:: https://ploomber-engine--79.org.readthedocs.build/en/79/

TegveerG commented 1 year ago

readthedocs outputs None

edublancas commented 1 year ago

alright, so that didn't work.

let's try this in the pre build step:

- mkdir -p $HOME/.ploomber/stats/
- echo 'version_check_enabled: false' >> $HOME/.ploomber/stats/config.yaml

then in the test notebook

!cat ~/.ploomber/stats/config.yaml