tools:
python: "3.11"
jobs:
- post_build:
- - mkdir -p ${READTHEDOCS_OUTPUT}html/openapi
- - cp -v -r docs/offeredapis/openapitoolgen/offeredapis/pms-api/* ${READTHEDOCS_OUTPUT}html/openapi
+ pre_build:
+ - mkdir --parents _readthedocs/html/
+ - mkdir --parents _readthedocs/html/offeredapis/pms-api/
+ - mkdir --parents _readthedocs/tmp/doctrees
+ - sphinx-build -W -b html --keep-going -n -d _readthedocs/tmp/doctrees ./docs/ _readthedocs/html/
+ - cp -v -r ./docs/offeredapis/openapitoolgen/offeredapis/pms-api/* _readthedocs/html/offeredapis/pms-api/
python:
install:
.. raw:: html
<ul>
- <li><a href="./pms-api.html">A1 Policy Management Service API and SDK Documentation</a></li>
- <li><a href="./v3/index.html">A1 Policy Management Service API version 3 and SDK Documentation</a></li>
+ <li><a href="./offeredapis/pms-api/index.html">A1 Policy Management Service API and SDK Documentation</a></li>
+ <li><a href="./offeredapis/pms-api/v3/index.html">A1 Policy Management Service API version 3 (R1-AP) and SDK Documentation</a></li>
</ul>
extensions = ['sphinx.ext.intersphinx',]
html_extra_path = [
- 'offeredapis/openapitoolgen/offeredapis/pms-api'
+ 'offeredapis/openapitoolgen'
]
#intershpinx mapping with other projects
==============================
Information on running and configuring the functions in Docker can be found
-on the `Run in Docker wiki page <https://wiki.o-ran-sc.org/display/RICNR/Release+J+-+Run+in+Docker>`_
+on the `Run in Docker wiki page <https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/pages/86802677/Release+K+-+Run+in+Docker>`_
Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`_.
hosts deployment and integration artifacts. Instructions and helm charts to deploy the Non-RT-RIC functions in the
For more information see `Integration and Testing documentation on the O-RAN-SC wiki <https://docs.o-ran-sc.org/projects/o-ran-sc-it-dep>`_.
For more information on installation of NonRT-RIC in Kubernetes,
-see `Deploy NONRTRIC functions in Kubernetes <https://wiki.o-ran-sc.org/display/RICNR/Release+J+-+Run+in+Kubernetes>`_.
+see `Deploy NONRTRIC functions in Kubernetes <https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/pages/86802787/Release+K+-+Run+in+Kubernetes>`_.
+++++++++++++++++++
Information on running and configuring the functions in Docker can be found
-on the `Run in Docker wiki page <https://wiki.o-ran-sc.org/display/RICNR/Release+J+-+Run+in+Docker>`_
+on the `Run in Docker wiki page <https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/pages/86802677/Release+K+-+Run+in+Docker>`_
Install with Helm
+++++++++++++++++
Information on running and configuring the functions in Kubernetes can be found
-on the `Run in Kubernetes wiki page <https://wiki.o-ran-sc.org/display/RICNR/Release+J+-+Run+in+Kubernetes>`_
+on the `Run in Kubernetes wiki page <https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/pages/86802787/Release+K+-+Run+in+Kubernetes>`_
Helm charts and an example recipe are provided in the `it/dep repo <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`_,
under "nonrtric". By modifying the variables named "installXXX" in the beginning of the example recipe file, which