diff options
author | Bhavuk kalra <bhavukkalra1786@gmail.com> | 2022-03-30 23:41:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 11:11:51 -0700 |
commit | 41cf10dcb6ab46064d73f2c054e618c76c3cfabc (patch) | |
tree | 041eb973be063e28b2c43a2f347eabd8c29195f8 /.gitpod.yml | |
parent | beb5dedf78b96183906ec9e979ef83bb040b7b78 (diff) | |
download | numpy-41cf10dcb6ab46064d73f2c054e618c76c3cfabc.tar.gz |
DEV: Fixed Un-responsive live-preview in gitpod. (#21250)
* Replaced existing obselete dependencies. Added Install "esbonio".
* Update vscode config
* DEV: Block breathe "4.33.0" version of breathe which conflicts with sphinx.ext.graphviz
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index c46752f10..096483fd6 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -19,6 +19,8 @@ tasks: echo "📖 Building docs 📖 " cd doc make html + echo "Installing dependencies for documentation Live-Preview" + pip install esbonio echo "✨ Pre-build complete! You can close this terminal ✨ " # -------------------------------------------------------- |