From: Aric Gardner Date: Tue, 23 Mar 2021 00:30:30 +0000 (-0400) Subject: Add .readthedocs.yaml X-Git-Tag: 1.0.0~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F5787%2F2;p=ric-app%2Fad.git Add .readthedocs.yaml doc: global-jjb.releng.linuxfoundation.org/en/latest/jjb/lf-rtdv3-jobs.html change to doc is to trigger build Signed-off-by: Aric Gardner Change-Id: If652a10c978ed13faff2557fcb386b0b60119424 --- 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/index.rst b/docs/index.rst index b19816d..a55d4d6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,3 +30,4 @@ AD xApp * :ref:`genindex` * :ref:`modindex` * :ref:`search` +