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