X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;fp=.readthedocs.yaml;h=3797dc8bb9fc5745b518089fe3a576848c4f4036;hb=2c2007c301dac8d6bd6e6d2470c3f29024017c92;hp=0000000000000000000000000000000000000000;hpb=5196e8fb59be3fe5853325e95a8dfd55873836c7;p=ric-plt%2Fresource-status-manager.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..3797dc8 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,20 @@ +--- +# .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 + +python: + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +sphinx: + configuration: docs/conf.py