This should fix the rendering issues from SPEC-574.
Change-Id: Ib536a1aaf8ed29d613e33b238751e1a6b67afc3b
Bug-AGL: SPEC-574
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
cd ./docs-agl/doctools/webdocs/
npm install
-gem install --no-user-install -V kramdown
-gem install --no-user-install -V jekyll-plantuml
+#gem install --no-user-install -V kramdown
+#gem install --no-user-install -V jekyll-plantuml
+
+gem install --no-user-install -V --version 3.1.6 jekyll
+gem install --no-user-install -V --version 1.13.1 kramdown
### hope that is enough