We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f837a commit 25aed0dCopy full SHA for 25aed0d
doc/en/_templates/globaltoc.html
@@ -9,6 +9,7 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
9
<li><a href="{{ pathto('contact') }}">Contact</a></li>
10
<li><a href="{{ pathto('talks') }}">Talks/Posts</a></li>
11
<li><a href="{{ pathto('changelog') }}">Changelog</a></li>
12
+ <li><a href="{{ pathto('license') }}">License</a></li>
13
</ul>
14
15
{%- if display_toc %}
doc/en/license.rst
@@ -0,0 +1,8 @@
1
+License
2
+-------
3
+
4
+Copyright Holger Krekel and others, 2004-2016.
5
6
+Distributed under the terms of the `MIT`_ license, pytest is free and open source software.
7
8
+.. _`MIT`: https://github.com/pytest-dev/pytest/blob/master/LICENSE
0 commit comments