summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2022-08-10 16:14:12 +0000
committerGerrit Code Review <gerrit@onap.org>2022-08-10 16:14:12 +0000
commitc3b38afaea6209bdab98b97fc528110c651ff264 (patch)
tree47b375971e3f5e9a58aa2cdf145cbde1b22756bc
parent608d9a2598a32ba4169c9ee11470c31d38694b2e (diff)
parent7de597a1e1474a29c80e2f361d0dea003819c355 (diff)
Merge "fix missing copyright in RTD footer"
-rw-r--r--docs/conf.py4
-rw-r--r--examples/sphinx/istanbul/conf.py4
-rw-r--r--examples/sphinx/master/conf.py4
3 files changed, 6 insertions, 6 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"
diff --git a/examples/sphinx/istanbul/conf.py b/examples/sphinx/istanbul/conf.py
index 966fe7dfe..67944beb6 100644
--- a/examples/sphinx/istanbul/conf.py
+++ b/examples/sphinx/istanbul/conf.py
@@ -2,9 +2,9 @@ project = "onap"
release = "istanbul"
version = "istanbul"
-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"
diff --git a/examples/sphinx/master/conf.py b/examples/sphinx/master/conf.py
index 12825ee2d..a4823355e 100644
--- a/examples/sphinx/master/conf.py
+++ b/examples/sphinx/master/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"