From: rajalakshmisv Date: Mon, 24 Jan 2022 09:53:36 +0000 (+0000) Subject: added readthedocs.yaml X-Git-Tag: 1.0.1~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=7d5264b22f3a5263006df42ddcc4dc0ee71769f5;p=ric-app%2Frc.git added readthedocs.yaml Signed-off-by: rajalakshmisv Change-Id: I94da3edd0a5610870f941fe860c26e39cd51e764 --- 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