X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=e49b4bfb05af80d4a28639e4fa90e90327954cd5;hb=010297e6896811d1cbb10aa1b189e7e65976fd3b;hp=3797dc8bb9fc5745b518089fe3a576848c4f4036;hpb=57cf0b5c9fc3026923a98770c8ef546b9ff83ecb;p=policy%2Fparent.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8b..e49b4bfb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,20 +1,19 @@ --- # .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required +# # 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-20.04 + tools: + python: "3.8" python: - version: 3.7 - install: - - requirements: docs/requirements-docs.txt + install: + - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py + configuration: docs/conf.py