Merge "Update copyright"

This commit is contained in:
Jenkins 2017-04-28 20:42:19 +00:00 committed by Gerrit Code Review
commit e87d890c00
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ sys.path.insert(0, os.path.abspath('../..'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx', # 'sphinx.ext.intersphinx',
'oslosphinx' 'oslosphinx'
] ]
@ -38,7 +38,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'pynotedb' project = u'pynotedb'
copyright = u'2016, OpenStack Foundation' copyright = u'2017, Codethink Ltd'
# If true, '()' will be appended to :func: etc. cross-reference text. # If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True add_function_parentheses = True
@ -72,4 +72,4 @@ latex_documents = [
] ]
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None} # intersphinx_mapping = {'http://docs.python.org/': None}

View File

@ -56,7 +56,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'pynotedb Release Notes' project = u'pynotedb Release Notes'
copyright = u'2016, OpenStack Foundation' copyright = u'2017, Codethink Ltd'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the