aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-06-26 17:37:43 +0000
committerGerrit Code Review <gerrit@onap.org>2023-06-26 17:37:43 +0000
commit9460f99cb82833a8acc19d870c94927e76e716aa (patch)
tree1c07cacd075e54b4b782788a2398286e267277f8
parent3c7a3242e3746ea3850703e421e485229171b730 (diff)
parent68e2a7fc04c4c2bfd95241eeb1ba105097448f33 (diff)
Merge "Set Python and Ubuntu versions in .readthedocs.yaml"
-rw-r--r--.readthedocs.yaml7
-rw-r--r--a1-policy-management/pom.xml2
2 files changed, 3 insertions, 6 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index e442ca78..f56b3b71 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -3,11 +3,8 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
-version: 2
-
-formats:
- - htmlzip
+version: 2
build:
os: ubuntu-20.04
tools:
@@ -15,7 +12,7 @@ build:
python:
install:
- - requirements: docs/requirements-docs.txt
+ - requirements: docs/requirements-docs.txt
sphinx:
configuration: docs/conf.py
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml
index c1f63954..338477b6 100644
--- a/a1-policy-management/pom.xml
+++ b/a1-policy-management/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-30-starter-parent</artifactId>
- <version>2.5.4</version>
+ <version>2.5.5</version>
<relativePath />
</parent>
<groupId>org.onap.ccsdk.oran</groupId>