X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;fp=.readthedocs.yaml;h=fba60923b6324c7921fd7a3788d6bc6512072d10;hb=710a19b6beb4cb982750bdcbc58cfda4db3a6266;hp=0000000000000000000000000000000000000000;hpb=ed136d2803ad64eb977e6684144a1cd8bae18493;p=oam.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..fba6092 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +--- +version: 2 + +formats: + - htmlzip + +build: + image: latest + +python: + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +sphinx: + configuration: docs/conf.py + \ No newline at end of file