added readthedocs.yaml 09/7609/1
authorrajalakshmisv <rajalakshmisv@gmail.com>
Mon, 24 Jan 2022 09:53:36 +0000 (09:53 +0000)
committerrajalakshmisv <rajalakshmisv@gmail.com>
Mon, 24 Jan 2022 09:53:36 +0000 (09:53 +0000)
Signed-off-by: rajalakshmisv <rajalakshmisv@gmail.com>
Change-Id: I94da3edd0a5610870f941fe860c26e39cd51e764

.readthedocs.yaml [new file with mode: 0644]
docs/release-notes.rst

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..3797dc8
--- /dev/null
@@ -0,0 +1,20 @@
+---
+# .readthedocs.yml
+# Read the Docs configuration file
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+# Required
+version: 2
+
+formats:
+  - htmlzip
+
+build:
+  image: latest
+
+python:
+  version: 3.7
+  install:
+    - requirements: docs/requirements-docs.txt
+
+sphinx:
+  configuration: docs/conf.py
index 183b58c..109d7cb 100644 (file)
@@ -27,3 +27,7 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 * image creation  
 
 * commit id updated  
+
+* changed xapp-frame version
+
+* added readthedocs.yaml