Docs: Small updates to get site to generate 16/11116/1
authorJohnKeeney <john.keeney@est.tech>
Tue, 16 May 2023 17:19:52 +0000 (18:19 +0100)
committerJohnKeeney <john.keeney@est.tech>
Tue, 16 May 2023 17:20:00 +0000 (18:20 +0100)
Issue-ID: NONRTRIC-864
Change-Id: Ic50f95b2c91ed3777f1a2a7aeb0a8d026c822380
Signed-off-by: JohnKeeney <john.keeney@est.tech>
datafilecollector/docs/requirements-docs.txt
docs/conf.py
docs/overview.rst
influxlogger/docs/requirements-docs.txt
pm-file-converter/container-tag.yaml [moved from pm-file-converter/container.yaml with 100% similarity]
pm-file-converter/docs/conf.yaml
pm-file-converter/docs/requirements-docs.txt
pmproducer/docs/requirements-docs.txt
tox.ini

index f266a10..f90f2a0 100644 (file)
@@ -9,4 +9,5 @@ sphinxcontrib-needs
 sphinxcontrib-swaggerdoc
 sphinx_bootstrap_theme
 sphinxcontrib-redoc
-lfdocs-conf
\ No newline at end of file
+lfdocs-conf
+urllib3~=1.26.15
\ No newline at end of file
index ff87b2b..93ba261 100644 (file)
@@ -42,6 +42,6 @@ intersphinx_mapping['nonrtric'] = ('%s/o-ran-sc-nonrtric/en/%s' %(baseurl, branc
 intersphinx_mapping['influxlogger'] = ('%s/influxlogger' % selfurl, None)
 intersphinx_mapping['datafilecollector'] = ('%s/datafilecollector' % selfurl, None)
 intersphinx_mapping['pmproducer'] = ('%s/pmproducer' % selfurl, None)
-intersphinx_mapping['pm-file-converter'] = ('%s/pm-file-converter' % selfurl, None)
+#intersphinx_mapping['pm-file-converter'] = ('%s/pm-file-converter' % selfurl, None)
 
 intersphinx_disabled_reftypes = ["*"]
index f6ea5ce..526d9c5 100644 (file)
@@ -43,15 +43,15 @@ The third party products used are:
 
 For more detailed documentation of the components:
 
+..  Commented out until the site exists for the first time
+   * :doc:`Non-RT RIC - RAN PM - PM File Converter (Documentation site) <pm-file-converter:index>`.
+
 * :doc:`Non-RT RIC - RAN PM - PM Data File Collector (Documentation site) <datafilecollector:index>`.
-* :doc:`Non-RT RIC - RAN PM - PM File Converter (Documentation site) <pm-file-converter:index>`.
 * :doc:`Non-RT RIC - RAN PM - PM Producer (Documentation site) <pmproducer:index>`.
 * :doc:`Non-RT RIC - RAN PM - Influx Logger (Documentation site) <influxlogger:index>`.
 * `Non-RT RIC - Information Coordinator Service (Documentation site) <https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-informationcoordinatorservice/en/latest/>`_.
 * HTTPS-SERVER TBD
 
-
-
 *********
 Data Flow
 *********
index f266a10..f90f2a0 100644 (file)
@@ -9,4 +9,5 @@ sphinxcontrib-needs
 sphinxcontrib-swaggerdoc
 sphinx_bootstrap_theme
 sphinxcontrib-redoc
-lfdocs-conf
\ No newline at end of file
+lfdocs-conf
+urllib3~=1.26.15
\ No newline at end of file
index 9f420ed..6e6baed 100644 (file)
@@ -1,3 +1,3 @@
 ---
 project_cfg: oran
-project: nonrtric-plt-pmdataconverter
+project: nonrtric-plt-pm-file-converter
index f266a10..f90f2a0 100644 (file)
@@ -9,4 +9,5 @@ sphinxcontrib-needs
 sphinxcontrib-swaggerdoc
 sphinx_bootstrap_theme
 sphinxcontrib-redoc
-lfdocs-conf
\ No newline at end of file
+lfdocs-conf
+urllib3~=1.26.15
\ No newline at end of file
index f266a10..f90f2a0 100644 (file)
@@ -9,4 +9,5 @@ sphinxcontrib-needs
 sphinxcontrib-swaggerdoc
 sphinx_bootstrap_theme
 sphinxcontrib-redoc
-lfdocs-conf
\ No newline at end of file
+lfdocs-conf
+urllib3~=1.26.15
\ No newline at end of file
diff --git a/tox.ini b/tox.ini
index e26163d..257a026 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -45,4 +45,5 @@ commands =
     sphinx-build -W -b linkcheck -d {envtmpdir}/datafilecollector/doctrees ./datafilecollector/docs/ {toxinidir}/docs/_build/linkcheck/datafilecollector
     sphinx-build -W -b linkcheck -d {envtmpdir}/influxlogger/doctrees ./influxlogger/docs/ {toxinidir}/docs/_build/linkcheck/influxlogger
     sphinx-build -W -b linkcheck -d {envtmpdir}/pmproducer/doctrees ./pmproducer/docs/ {toxinidir}/docs/_build/linkcheck/pmproducer
+    sphinx-build -W -b linkcheck -d {envtmpdir}/pm-file-converter/doctrees ./pm-file-converter/docs/ {toxinidir}/docs/_build/linkcheck/pm-file-converter
     sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck