diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-08-10 16:14:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-08-10 16:14:12 +0000 |
commit | c3b38afaea6209bdab98b97fc528110c651ff264 (patch) | |
tree | 47b375971e3f5e9a58aa2cdf145cbde1b22756bc /examples/sphinx/istanbul/conf.py | |
parent | 608d9a2598a32ba4169c9ee11470c31d38694b2e (diff) | |
parent | 7de597a1e1474a29c80e2f361d0dea003819c355 (diff) |
Merge "fix missing copyright in RTD footer"
Diffstat (limited to 'examples/sphinx/istanbul/conf.py')
-rw-r--r-- | examples/sphinx/istanbul/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
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" |