summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2022-08-10 14:05:15 +0200
committerthmsdt <thomas.kulik@telekom.de>2022-08-10 14:50:29 +0200
commit7de597a1e1474a29c80e2f361d0dea003819c355 (patch)
tree38f0ac69f731f71878f4b440125232ed2aced66c /docs/conf.py
parentc0b8d0cfcf18bf3395a368692e611c97e7ab74b3 (diff)
fix missing copyright in RTD footer
Issue-ID: DOC-798 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I972d59a9a190690ecaf7fe240a6e05291efa7335
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index fd06770e6..f54fd995b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -2,9 +2,9 @@ project = "onap"
release = "master"
version = "master"
-author: "Open Network Automation Platform"
+author = "Open Network Automation Platform"
# yamllint disable-line rule:line-length
-copyright: "ONAP. Licensed under Creative Commons Attribution 4.0 International License."
+copyright = "ONAP. Licensed under Creative Commons Attribution 4.0 International License"
pygments_style = "sphinx"
html_theme = "sphinx_rtd_theme"