X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=9c22c0b401d5a0ef4823f0fd45a51ba3bd494f1d;hb=refs%2Fheads%2Fmaster;hp=00d2a25061a2175c629b95bbc7fd63a753765d4e;hpb=8df61a97b4c1798ade8034cb481943fe6da65322;p=cps.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 00d2a2506..bd580e5f2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,6 +6,7 @@ # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -22,16 +23,14 @@ # 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 + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py