X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;fp=.readthedocs.yaml;h=6fcc5c85861028d83e68b73c3cb6c9aa2ecab2bf;hb=5a01ec4da9c004c8b74d2997ee7d3ffa77dfaf95;hp=ab5d752f62ea0d70ca22888c00adc510b1f678cb;hpb=28bb3daceee9d6108da813f0b44c5cc459ef3fde;p=nonrtric%2Fplt%2Franpm.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ab5d752..6fcc5c8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -31,13 +31,22 @@ build: python: "3.7" jobs: pre_build: - - mkdir --parents _readthedocs/html/ - - mkdir --parents _readthedocs/tmp/doctrees - - 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 ./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 + - mkdir --parents _readthedocs/html/ + - mkdir --parents _readthedocs/tmp/doctrees + - 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 ./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/pm-file-converter ./pm-file-converter/docs/ + _readthedocs/html/pm-file-converter python: install: @@ -45,7 +54,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 + - requirements: pm-file-converter/docs/requirements-docs.txt sphinx: configuration: docs/conf.py