summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorlukegleeson <luke.gleeson@est.tech>2021-11-01 17:18:01 +0000
committerlukegleeson <luke.gleeson@est.tech>2021-11-01 17:30:49 +0000
commit4a53ecc329fd8298d883a32601bc687762f874f3 (patch)
treee0367a8bc3d6ccee91dc56a187f162bae25d8a25 /docs/conf.py
parentf0a372f802f5856e15ef947bdf48b169fd5cfb69 (diff)
Updating links to Istanbul from latest
- Change conf.py latest to istanbul - Change file blob links to istanbul versions - Correct linking error in deployment.rst - Formatted Modeling to have CPS-Path as subpage to remove "CPS-Path not included in toctree" error and to retain CPS-Path in side index - Link to OOM user guide in deployment is currently broken but will be fixed when OOM create Istanbul branch for documentation Issue-ID: CPS-721 Signed-off-by: lukegleeson <luke.gleeson@est.tech> Change-Id: Ia288662af8d3adc7b08a70662fa260114a37040d
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 84dac1ea2..87f5cd443 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -21,7 +21,7 @@ from docutils.parsers.rst import directives
from docs_conf.conf import *
#change 'latest' to relevant branch-name once branch has been created
-branch = 'latest'
+branch = 'istanbul'
doc_url = 'https://docs.onap.org/projects'
master_doc = 'index'