X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=.readthedocs.yaml;fp=.readthedocs.yaml;h=42dc098920c9e55d95faf751b5b62a2cc643cbc3;hp=0000000000000000000000000000000000000000;hb=dc60302512d6fa5433031e0af0a97bb8f9173cdb;hpb=cef07f74965b1749dd909fc1322e211489fea2ea diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..42dc098 --- /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: fhi_lib/docs/requirements-docs.txt + +sphinx: + configuration: fhi_lib/docs/conf.py