1
0
forked from VimPlug/jedi

Remove the copyright notice from docs

This commit is contained in:
Dave Halter
2018-01-09 23:29:33 +01:00
parent 598ea1b89b
commit d815470e54
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,6 @@
{% endblock %} {% endblock %}
{%- block footer %} {%- block footer %}
<div class="footer"> <div class="footer">
&copy; Copyright {{ copyright }}.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div> </div>
{% if pagename == 'index' %} {% if pagename == 'index' %}

View File

@@ -45,7 +45,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Jedi' project = u'Jedi'
copyright = u'2012 - {today.year}, Jedi contributors'.format(today=datetime.date.today()) copyright = u'jedi contributors'
import jedi import jedi
from jedi.utils import version_info from jedi.utils import version_info