diff options
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | .readthedocs.yaml | 2 | ||||
-rw-r--r-- | 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 = [ |