X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=d6c6b03847440624bf0cdc1102fa786db353562d;hb=4585112c99abf559a1468aee7729ec71fcd51800;hp=54db529a213c0c9cb87fc83b2d902e3d87bd52ca;hpb=80455a5d969d7ca773c9c5a9bba1f19986071574;p=doc.git diff --git a/docs/conf.py b/docs/conf.py index 54db529a2..d6c6b0384 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,11 +72,10 @@ author = u'Open Network Automation Platform' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -# # The short X.Y version. -version = 'Latest' +version = 'master branch' # The full version, including alpha/beta/rc tags. -release = 'Latest' +release = 'master branch' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -94,8 +93,6 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [ - 'submodules/aai/aai-common.git/docs/platform/offeredapis.rst', - 'submodules/so.git/aria/multivim-plugin/', '_build' ]