aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohn Ehresman <jpe@wingware.com>2013-06-28 17:36:45 -0400
committerRoman Lacko <backup.rlacko@gmail.com>2013-06-29 13:34:13 +0200
commit69a454e663aef660e96d0f089ca5eb5809e34395 (patch)
tree36da5c1f4b29ea114844d3cd063396389df84aea /doc
parent9fcd4f5cd5c53fd0eb9dae17e1760662ce4ca497 (diff)
Removed old logos from html docs
Change-Id: I7b546aa11b7380049c533a44d9c9159edd73d73b Reviewed-by: Roman Lacko <backup.rlacko@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/layout.html4
-rw-r--r--doc/_themes/pysidedocs/static/logo_indt.jpgbin3138 -> 0 bytes
-rw-r--r--doc/_themes/pysidedocs/static/logo_openbossa.pngbin4702 -> 0 bytes
-rw-r--r--doc/conf.py.in2
4 files changed, 2 insertions, 4 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index b07c9f7..98f4a4e 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -16,9 +16,7 @@
{%- block footer %}
<div class="footer">
- <a href="http://www.indt.org.br"><img src="{{ pathto('_static/logo_indt.jpg', 1) }}" alt="Indt" border="0" /></a>
- <a href="http://www.openbossa.org"><img src="{{ pathto('_static/logo_openbossa.png', 1) }}" alt="Openbossa" border="0" /></a>
- <a href="http://qt.nokia.com/"><img src="{{ pathto('_static/logo_qt.png', 1) }}" alt="Qt" border="0" /></a>
+ <a href="http://www.qt-project.org/"><img src="{{ pathto('_static/logo_qt.png', 1) }}" alt="Qt" border="0" /></a>
<a href="http://www.python.org"><img src="{{ pathto('_static/logo_python.jpg', 1) }}" alt="Python" border="0" /></a>
</div>
</div>
diff --git a/doc/_themes/pysidedocs/static/logo_indt.jpg b/doc/_themes/pysidedocs/static/logo_indt.jpg
deleted file mode 100644
index 2a1fbe7..0000000
--- a/doc/_themes/pysidedocs/static/logo_indt.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/_themes/pysidedocs/static/logo_openbossa.png b/doc/_themes/pysidedocs/static/logo_openbossa.png
deleted file mode 100644
index 51e868d..0000000
--- a/doc/_themes/pysidedocs/static/logo_openbossa.png
+++ /dev/null
Binary files differ
diff --git a/doc/conf.py.in b/doc/conf.py.in
index b8575b9..f64b4f6 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -42,7 +42,7 @@ source_encoding = 'utf-8'
# General information about the project.
project = u'Shiboken'
-copyright = u'2009-2010, Nokia Corporation'
+copyright = u'Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies)'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the