From b4783841bbd543f760a5965a0216831b7e72dfc1 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 28 Feb 2017 14:14:14 +0000 Subject: [PATCH] Update copyright This also includes a couple of whitespace fixes to satisfy the pep8 gate. Change-Id: Ic0addea87c03ab9cecd09471450bdfdd338c59fc --- doc/source/conf.py | 6 +++--- releasenotes/source/conf.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 66dcd90..2f20f04 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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} diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 8827fe1..3e5df95 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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