X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fsubmgr.git;a=blobdiff_plain;f=.readthedocs.yaml;h=5fece9933c6b401b7dcc3ca0a886ecfd5f706f2a;hp=095222aca859ab2993fb85ec1060070d7d103dfe;hb=HEAD;hpb=1615bb55f26c2493c3140d9cf03ea7bee16541da diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 095222a..5fece99 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,14 +1,19 @@ --- +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Required version: 2 formats: - htmlzip build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.11" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt