forked from VimPlug/jedi
Remove the copyright notice from docs
This commit is contained in:
1
docs/_themes/flask/layout.html
vendored
1
docs/_themes/flask/layout.html
vendored
@@ -19,7 +19,6 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
{%- block footer %}
|
{%- block footer %}
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© 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' %}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user