X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;fp=.readthedocs.yaml;h=7496bc45708efd8574be507a197a636fa6b8a8a9;hb=aa4e6de1f3106244b2dc285e1fb8b01006c505f9;hp=0000000000000000000000000000000000000000;hpb=3abfae99a3ce81eb237cd8c0cdf8d524a659aa68;p=portal%2Fric-dashboard.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..7496bc45 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +--- +# pip requirements file for building sphinx docs (e.g. nbsphinx) +version: 2 + +sphinx: + configuration: docs/conf.py + +# Use python 3 for building +python: + version: 3.6 + install: + - requirements: docs/requirements-docs.txt