X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;fp=.readthedocs.yaml;h=095222aca859ab2993fb85ec1060070d7d103dfe;hb=59090679707e21db73bd5c75c92f362cd19c64d2;hp=0000000000000000000000000000000000000000;hpb=1c72a2f225719d01e4438fdc418a97046e53fe09;p=com%2Fgolog.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..095222a --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +--- +version: 2 + +formats: + - htmlzip + +build: + image: latest + +python: + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +sphinx: + configuration: docs/conf.py