Skip to content

Commit 25aed0d

Browse files
committed
Add a license section to the docs toc
1 parent b2f837a commit 25aed0d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/en/_templates/globaltoc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
99
<li><a href="{{ pathto('contact') }}">Contact</a></li>
1010
<li><a href="{{ pathto('talks') }}">Talks/Posts</a></li>
1111
<li><a href="{{ pathto('changelog') }}">Changelog</a></li>
12+
<li><a href="{{ pathto('license') }}">License</a></li>
1213
</ul>
1314

1415
{%- if display_toc %}

doc/en/license.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)