summaryrefslogtreecommitdiffstats
path: root/examples/sphinx/master/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sphinx/master/conf.py')
-rw-r--r--examples/sphinx/master/conf.py4
1 files changed, 2 insertions, 2 deletions
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"