aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-06-12 12:17:20 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2024-06-12 12:21:07 +0200
commit5e514f3f518f7f2bc7b5ff402cb5caa422013304 (patch)
tree9bf5447bba985b438c8ad4d7d4f9a68631ec2e38 /docs/conf.py
parente5cad98137d9403bcb43a8715dbd7ad9b4967615 (diff)
[DOC] set docs config files for New Delhi
Update conf.py and tox.ini Issue-ID: DOC-823 Change-Id: Ibe5cfa2676cdc681666b3f5c2562cc0a729ee283 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 16ad9a9fc8..b356708310 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
project = "onap"
-release = "master"
-version = "master"
+release = "newdelhi"
+version = "newdelhi"
author = "Open Network Automation Platform"
# yamllint disable-line rule:line-length
@@ -32,7 +32,7 @@ exclude_patterns = ['archived/*.rst', '.tox']
# Change to {releasename} after you have created the new 'doc' branch.
#
-branch = 'master'
+branch = 'newdelhi'
intersphinx_mapping = {}
doc_url = 'https://docs.onap.org/projects'