X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=%20.readthedocs.yaml;fp=%20.readthedocs.yaml;h=fba60923b6324c7921fd7a3788d6bc6512072d10;hb=2493dbcef18c525e94b44d9250899283cc6dddc0;hp=0000000000000000000000000000000000000000;hpb=dff9fb0860187152c26ec8c52b76cbed3a640e54;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