X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=3797dc8bb9fc5745b518089fe3a576848c4f4036;hb=HEAD;hp=7496bc45708efd8574be507a197a636fa6b8a8a9;hpb=aa4e6de1f3106244b2dc285e1fb8b01006c505f9;p=portal%2Fric-dashboard.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7496bc45..3797dc8b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,12 +1,20 @@ --- -# pip requirements file for building sphinx docs (e.g. nbsphinx) +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Required version: 2 -sphinx: - configuration: docs/conf.py +formats: + - htmlzip + +build: + image: latest -# Use python 3 for building python: - version: 3.6 - install: - - requirements: docs/requirements-docs.txt + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +sphinx: + configuration: docs/conf.py