X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=69db9d3a94fd0c040164a134a651e62bed628ed1;hb=1f825726c189c5e6479386c0c09e55f379b4c693;hp=cd2f8dcce2adbc7691f48a80569c314b8094a2ae;hpb=ac245e1479225466740ca4c7a1080386b3e95af9;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cd2f8dc..69db9d3 100755 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,19 +15,30 @@ # ============LICENSE_END================================================= # ---- + version: 2 formats: - htmlzip build: - image: latest - + os: ubuntu-22.04 + tools: + python: "3.11" + 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/participants ./participants/docs/ + _readthedocs/html/participants python: - version: 3.7 install: - requirements: docs/requirements-docs.txt + - requirements: participants/docs/requirements-docs.txt sphinx: configuration: docs/conf.py +