From e3b4aa5161ddd40e2b0633113d1c3c3f431f3585 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Wed, 26 Apr 2023 22:00:08 +0100 Subject: [PATCH] Add ReadTheDocs configuration/site in repo root directory step #3c And NoOp to trigger RTD build Issue-ID: NONRTRIC-864 Change-Id: I5c78d04045f5f114a3eeed8cbef96db8f427cdf2 Signed-off-by: JohnKeeney --- .readthedocs.yaml | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fa3b4d7..7f70a29 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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: diff --git a/docs/conf.py b/docs/conf.py index b04d574..20a35ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 * -- 2.16.6