X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf.py;h=f4fc0e07761f304b1a1e4a588dcfc386049a0a13;hb=2abb5012c42b280e59aee82e59cdfb3d0a21d264;hp=4fb3f416d6c4eaf449bb190576eab6bd5063b44d;hpb=eade39690075481bc8f57b1161a26b4f1da292e1;p=doc.git diff --git a/docs/conf.py b/docs/conf.py index 4fb3f416d..f4fc0e077 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,9 @@ master_doc = 'index' # General information about the project. project = u'' -copyright = u'2017, ONAP. Licensed under CC BY 4.0' +copyright = u'2017 ONAP. Licensed under Creative Commons Attribution 4.0 International License' + + author = u'Open Network Automation Platform' # The version info for the project you're documenting, acts as replacement for @@ -93,7 +95,8 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [ - '_build' + '_build', + 'submodules/aaf' ] # The reST default role (used for this markup: `text`) to use for all