Issue-ID: SDC-4653
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I48bb25956014dcf293fd11a0f5b0a71ad7cce25a
   - htmlzip
 
 build:
-  image: latest
+  os: ubuntu-20.04
+  tools:
+    python: "3.8"
 
 python:
-  version: 3.7
   install:
     - requirements: docs/requirements-docs.txt
 
 
 /* fix width of the screen */
 
 .wy-nav-content {
-    max-width: none;
+    max-width: 800px;
 }
 
+++ /dev/null
----
-project_cfg: onap
-project: onap
-
-# Change this to ReleaseBranchName to modify the header
-default-version: latest
-#
 
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
             <scope>compile</scope>
-            <version>31.1-jre</version>
+            <version>32.1.2-jre</version>
         </dependency>
 
         <!-- YAML parser -->
 
     </parent>
 
     <properties>
-        <com.fasterxml.jackson.core.version>2.14.2</com.fasterxml.jackson.core.version>
+        <com.fasterxml.jackson.core.version>2.15.2</com.fasterxml.jackson.core.version>
     </properties>
 
     <dependencies>