a few minor fixes and removing google+ stuff.

This commit is contained in:
holger krekel 2013-12-17 11:24:58 +01:00
parent 180eb098f1
commit fcb1749f10
3 changed files with 3 additions and 5 deletions

View File

@ -15,5 +15,4 @@
})();
</script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
{% endblock %}

View File

@ -8,4 +8,3 @@
<li><a href="http://pytest.org/latest/pytest.pdf">PDF Documentation</a>
</ul>
<g:plusone></g:plusone>

View File

@ -54,7 +54,7 @@ master_doc = 'contents'
# General information about the project.
project = u'pytest'
copyright = u'2012, holger krekel'
copyright = u'2013, holger krekel'
@ -220,7 +220,7 @@ htmlhelp_basename = 'pytestdoc'
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('contents', 'pytest.tex', u'pytest Documentation',
u'holger krekel, http://merlinux.eu', 'manual'),
u'holger krekel, trainer and consultant, http://merlinux.eu', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -262,7 +262,7 @@ man_pages = [
epub_title = u'pytest'
epub_author = u'holger krekel at merlinux eu'
epub_publisher = u'holger krekel at merlinux eu'
epub_copyright = u'2012, holger krekel et alii'
epub_copyright = u'2013, holger krekel et alii'
# The language of the text. It defaults to the language option
# or en if the language is not set.