summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 17:52:50 +0000
committerGeorg Brandl <georg@python.org>2017-01-22 17:52:50 +0000
commit5f50e9a82fb428738b8ca9fdb4f0fe7990f1ea35 (patch)
tree2db825abd8fb251d79724450e363fb673ae80d1d /doc
parente10e63b7cdb19e95bf7cef3502268521cfc81235 (diff)
parent40c74d50347fa8cf6f60182fc4a1a518e983cb0d (diff)
downloadpygments-5f50e9a82fb428738b8ca9fdb4f0fe7990f1ea35.tar.gz
Merged in cocoatomo/pygments-main/pr/missing-self (pull request #613)
Insert a missing argument "self"
Diffstat (limited to 'doc')
-rw-r--r--doc/_themes/pygments14/layout.html2
-rw-r--r--doc/_themes/pygments14/static/pygments14.css_t2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/_themes/pygments14/layout.html b/doc/_themes/pygments14/layout.html
index 2cc03e03..e8860827 100644
--- a/doc/_themes/pygments14/layout.html
+++ b/doc/_themes/pygments14/layout.html
@@ -82,7 +82,7 @@
{% block footer %}
<div class="footer" role="contentinfo">
- &copy; Copyright 2006-2015, Georg Brandl and Pygments contributors.
+ &copy; Copyright 2006-2017, Georg Brandl and Pygments contributors.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{
sphinx_version }}. <br/>
Pygments logo created by <a href="http://joelunger.com">Joel Unger</a>.
diff --git a/doc/_themes/pygments14/static/pygments14.css_t b/doc/_themes/pygments14/static/pygments14.css_t
index 5c37aaf9..7f09f623 100644
--- a/doc/_themes/pygments14/static/pygments14.css_t
+++ b/doc/_themes/pygments14/static/pygments14.css_t
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- pygments14 theme. Heavily copied from sphinx13.
*
- * :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
+ * :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/