Update copyright

This also includes a couple of whitespace fixes to satisfy the pep8 gate.

Change-Id: Ic0addea87c03ab9cecd09471450bdfdd338c59fc
This commit is contained in:
Richard Ipsum 2017-02-28 14:14:14 +00:00
parent bbb7fb8fc3
commit b4783841bb
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 = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
# 'sphinx.ext.intersphinx',
'oslosphinx'
]
@ -38,7 +38,7 @@ master_doc = 'index'
# General information about the project.
project = u'pynotedb'
copyright = u'2016, OpenStack Foundation'
copyright = u'2017, Codethink Ltd'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -72,4 +72,4 @@ latex_documents = [
]
# 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.
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
# |version| and |release|, also used in various other places throughout the