X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=95c2a8c003e541666c38b1495448083167bad6e6;hb=abe5a34ebec963e5da86607ddf3e9df2210060df;hp=4fb3f416d6c4eaf449bb190576eab6bd5063b44d;hpb=ae91ceb762aa643976d007d16436430ec5b04199;p=doc.git diff --git a/docs/conf.py b/docs/conf.py index 4fb3f416d..95c2a8c00 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,6 @@ extensions = [ 'sphinxcontrib.seqdiag', 'sphinx.ext.ifconfig', 'sphinx.ext.todo', - 'sphinxcontrib.httpdomain', 'sphinxcontrib.plantuml', 'sphinxcontrib.swaggerdoc' ] @@ -65,7 +64,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 +94,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' + 'submodules/aai/aai-common.git/docs/platform/offeredapis.rst', + '_build' ] # The reST default role (used for this markup: `text`) to use for all