From 41cf10dcb6ab46064d73f2c054e618c76c3cfabc Mon Sep 17 00:00:00 2001 From: Bhavuk kalra Date: Wed, 30 Mar 2022 23:41:51 +0530 Subject: 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 --- .gitpod.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitpod.yml') 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 ✨ " # -------------------------------------------------------- -- cgit v1.2.1