From 4ab34f1b80c3886ca6b74e54cd8aca07309d6bf9 Mon Sep 17 00:00:00 2001 From: Luis Farias Date: Tue, 19 Nov 2019 16:39:57 -0800 Subject: [PATCH] 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 --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6