X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=.readthedocs.yaml;h=ab5d752f62ea0d70ca22888c00adc510b1f678cb;hb=499fc3793b4af0fafa36b5ed0eded6e8f1ec4a39;hp=4225bf636e165210de681f59584f3e514e61b43c;hpb=75de76f7874f32495fd0a3b41fea8bf45d79b587;p=nonrtric%2Fplt%2Franpm.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4225bf6..ab5d752 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -37,6 +37,7 @@ build: - sphinx-build -W -b html --keep-going -n -d _readthedocs/tmp/doctrees/datafilecollector ./datafilecollector/docs/ _readthedocs/html/datafilecollector - sphinx-build -W -b html --keep-going -n -d _readthedocs/tmp/doctrees/influxlogger ./influxlogger/docs/ _readthedocs/html/influxlogger - sphinx-build -W -b html --keep-going -n -d _readthedocs/tmp/doctrees/pmproducer ./pmproducer/docs/ _readthedocs/html/pmproducer + - sphinx-build -W -b html --keep-going -n -d _readthedocs/tmp/doctrees/kafka-pm-producer ./kafka-pm-producer/docs/ _readthedocs/html/kafka-pm-producer python: install: @@ -44,6 +45,7 @@ python: - requirements: datafilecollector/docs/requirements-docs.txt - requirements: influxlogger/docs/requirements-docs.txt - requirements: pmproducer/docs/requirements-docs.txt + - requirements: kafka-pm-producer/docs/requirements-docs.txt sphinx: configuration: docs/conf.py