Repository: libcloud Updated Branches: refs/heads/trunk b5ca83515 -> 0c0f34d14
Remove trailing dot. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a468d264 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a468d264 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a468d264 Branch: refs/heads/trunk Commit: a468d264285122ed589fd763f9c170e000649bdf Parents: b5ca835 Author: Tomaz Muraus <[email protected]> Authored: Tue Sep 5 19:53:20 2017 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Sep 5 19:53:20 2017 +0200 ---------------------------------------------------------------------- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a468d264/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index c8c903b..8672bdc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ master_doc = 'index' # General information about the project. now = datetime.datetime.utcnow() project = u'Apache Libcloud' -copyright = u'2013 - %s, The Apache Software Foundation. Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.' % (now.year) +copyright = u'2013 - %s, The Apache Software Foundation. Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners' % (now.year) html_show_sphinx = False
