1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/f9b6dcb18762/ Changeset: f9b6dcb18762 User: hpk42 Date: 2013-12-17 11:24:58 Summary: a few minor fixes and removing google+ stuff. Affected #: 3 files
diff -r 62af565e1bd7a6637c2baff137f9546f4886ab37 -r f9b6dcb187626d9bdf2ee0a37a26fa0aa927661a doc/en/_templates/layout.html --- a/doc/en/_templates/layout.html +++ b/doc/en/_templates/layout.html @@ -15,5 +15,4 @@ })(); </script> -<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> {% endblock %} diff -r 62af565e1bd7a6637c2baff137f9546f4886ab37 -r f9b6dcb187626d9bdf2ee0a37a26fa0aa927661a doc/en/_templates/links.html --- a/doc/en/_templates/links.html +++ b/doc/en/_templates/links.html @@ -8,4 +8,3 @@ <li><a href="http://pytest.org/latest/pytest.pdf">PDF Documentation</a></ul> -<g:plusone></g:plusone> diff -r 62af565e1bd7a6637c2baff137f9546f4886ab37 -r f9b6dcb187626d9bdf2ee0a37a26fa0aa927661a doc/en/conf.py --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -54,7 +54,7 @@ # General information about the project. project = u'pytest' -copyright = u'2012, holger krekel' +copyright = u'2013, holger krekel' @@ -220,7 +220,7 @@ # (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 @@ 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. Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit