Add trademark notice to the docs footer.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4825a2d1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4825a2d1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4825a2d1 Branch: refs/heads/trunk Commit: 4825a2d16734c1f2f8d4e0251f4836432aba938f Parents: 58b574e Author: Tomaz Muraus <[email protected]> Authored: Tue Sep 5 17:18:00 2017 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Sep 5 17:30:41 2017 +0200 ---------------------------------------------------------------------- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4825a2d1/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 4d993b4..c8c903b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,9 @@ master_doc = 'index' # General information about the project. now = datetime.datetime.utcnow() project = u'Apache Libcloud' -copyright = u'2013 - %s, The Apache Software Foundation' % (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 # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the
