From 7d5264b22f3a5263006df42ddcc4dc0ee71769f5 Mon Sep 17 00:00:00 2001 From: rajalakshmisv Date: Mon, 24 Jan 2022 09:53:36 +0000 Subject: [PATCH] added readthedocs.yaml Signed-off-by: rajalakshmisv Change-Id: I94da3edd0a5610870f941fe860c26e39cd51e764 --- .readthedocs.yaml | 20 ++++++++++++++++++++ docs/release-notes.rst | 4 ++++ 2 files changed, 24 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..3797dc8 --- /dev/null +++ b/.readthedocs.yaml @@ -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 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 183b58c..109d7cb 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -27,3 +27,7 @@ and this project adheres to `Semantic Versioning `__. * image creation * commit id updated + +* changed xapp-frame version + +* added readthedocs.yaml -- 2.16.6