Add ReadTheDocs configuration/site in repo root directory step #3c 90/10990/1
authorJohnKeeney <john.keeney@est.tech>
Wed, 26 Apr 2023 21:00:08 +0000 (22:00 +0100)
committerJohnKeeney <john.keeney@est.tech>
Wed, 26 Apr 2023 21:00:15 +0000 (22:00 +0100)
And NoOp to trigger RTD build

Issue-ID: NONRTRIC-864
Change-Id: I5c78d04045f5f114a3eeed8cbef96db8f427cdf2
Signed-off-by: JohnKeeney <john.keeney@est.tech>
.readthedocs.yaml
docs/conf.py

index fa3b4d7..7f70a29 100644 (file)
@@ -36,7 +36,7 @@ build:
     - sphinx-build -W -b html --keep-going -n -d _readthedocs/tmp/doctrees  ./docs/ _readthedocs/html/
     - sphinx-build -W -b html --keep-going -n -d _readthedocs/tmp/doctrees  ./datafilecollector/docs/ _readthedocs/html/datafilecollector
     - sphinx-build -W -b html --keep-going -n -d _readthedocs/tmp/doctrees  ./influxlogger/docs/ _readthedocs/html/influxlogger
-    - sphinx-build -W -b html --keep-going -n -d _readthedocs/tmp/doctrees  _readthedocs/html/pmproducer
+    - sphinx-build -W -b html --keep-going -n -d _readthedocs/tmp/doctrees  ./pmproducer/docs/ _readthedocs/html/pmproducer
 
 python:
   install:
index b04d574..20a35ac 100644 (file)
@@ -16,7 +16,7 @@
 #
 
 # NB: This is the only conf.yaml file used by the upstream readthedocs job  (ref '.readthedocs.yaml') 
-#   Where possible include contents of the sub-folders' 'conf.yaml' files here if appropriate 
+#     Where possible include contents of the sub-folders' 'conf.yaml' files here if appropriate
 
 from docs_conf.conf import *