diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 |
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" |