From: Luis Farias Date: Wed, 20 Nov 2019 00:39:57 +0000 (-0800) Subject: Front Haul Interface Library fix an issue in documentation only X-Git-Tag: oran_release_bronze_v1.0~23 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=commitdiff_plain;h=4ab34f1b80c3886ca6b74e54cd8aca07309d6bf9 Front Haul Interface Library fix an issue in documentation only Updated .readthedocs.yaml Change-Id: Ia029184e2e2fe128425250b91a0a956a28825c0f Issue-Id: ODULOW-1 Signed-off-by: Luis Farias --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 42dc098..3797dc8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,7 +14,7 @@ build: python: version: 3.7 install: - - requirements: fhi_lib/docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: - configuration: fhi_lib/docs/conf.py + configuration: docs/conf.py