X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=ab5d752f62ea0d70ca22888c00adc510b1f678cb;hb=28bb3daceee9d6108da813f0b44c5cc459ef3fde;hp=4225bf636e165210de681f59584f3e514e61b43c;hpb=dcecbc9d5e1605e429ce7d27b7201bf7864059ff;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