diff options
-rw-r--r-- | .readthedocs.yaml | 5 | ||||
-rw-r--r-- | docs/_static/css/ribbon.css | 2 | ||||
-rw-r--r-- | docs/conf.yaml | 7 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sdc-tosca/pom.xml | 2 |
5 files changed, 6 insertions, 12 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8..e442ca7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,10 +9,11 @@ formats: - htmlzip build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css index 6008cb1..afb9480 100644 --- a/docs/_static/css/ribbon.css +++ b/docs/_static/css/ribbon.css @@ -59,5 +59,5 @@ /* fix width of the screen */ .wy-nav-content { - max-width: none; + max-width: 800px; } diff --git a/docs/conf.yaml b/docs/conf.yaml deleted file mode 100644 index ab59281..0000000 --- a/docs/conf.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -project_cfg: onap -project: onap - -# Change this to ReleaseBranchName to modify the header -default-version: latest -# @@ -112,7 +112,7 @@ <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 --> diff --git a/sdc-tosca/pom.xml b/sdc-tosca/pom.xml index 32b6626..4f6544f 100644 --- a/sdc-tosca/pom.xml +++ b/sdc-tosca/pom.xml @@ -16,7 +16,7 @@ </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> |