From 248e825bc220b9a0ccf37ad6b85ad05a4b7cf342 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Wed, 3 Nov 2021 12:58:04 +0100 Subject: [PATCH 1/1] [DOC] Correct requirements for doc chain building Issue-ID: DOC-765 Signed-off-by: thmsdt Change-Id: I1321cf4ea3d616b37f74265bc5457c5b9214e988 --- .gitreview | 2 +- .readthedocs.yaml | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitreview b/.gitreview index eabfdc6550..2e3da8e3f7 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=oom -defaultbranch=master +defaultbranch=istanbul diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8bb9..f724264ff4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,7 +14,7 @@ build: python: version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: requirements.txt sphinx: configuration: docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 3b28eb74a8..be7226c57a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ from docs_conf.conf import * -branch = 'latest' +branch = 'istanbul' master_doc = 'index' linkcheck_ignore = [ -- 2.16.6