X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=.readthedocs.yaml;fp=.readthedocs.yaml;h=4225bf636e165210de681f59584f3e514e61b43c;hb=dcecbc9d5e1605e429ce7d27b7201bf7864059ff;hp=7f70a299113450e1f60af38954259c61748c0ccc;hpb=e3b4aa5161ddd40e2b0633113d1c3c3f431f3585;p=nonrtric%2Fplt%2Franpm.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f70a29..4225bf6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -34,9 +34,9 @@ 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/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 ./pmproducer/docs/ _readthedocs/html/pmproducer + - 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 python: install: