Fix plugin-list label and script
This was changed during the current docs restructing and we missed that it changed the label.
This commit is contained in:
parent
be8d63e33b
commit
c1e057065c
|
@ -1,5 +1,7 @@
|
||||||
Plugins List
|
.. _plugin-list:
|
||||||
============
|
|
||||||
|
Plugin List
|
||||||
|
===========
|
||||||
|
|
||||||
PyPI projects that match "pytest-\*" are considered plugins and are listed
|
PyPI projects that match "pytest-\*" are considered plugins and are listed
|
||||||
automatically. Packages classified as inactive are excluded.
|
automatically. Packages classified as inactive are excluded.
|
||||||
|
|
|
@ -6,8 +6,11 @@ import packaging.version
|
||||||
import requests
|
import requests
|
||||||
import tabulate
|
import tabulate
|
||||||
|
|
||||||
FILE_HEAD = r"""Plugins List
|
FILE_HEAD = r"""\
|
||||||
============
|
.. _plugin-list:
|
||||||
|
|
||||||
|
Plugin List
|
||||||
|
===========
|
||||||
|
|
||||||
PyPI projects that match "pytest-\*" are considered plugins and are listed
|
PyPI projects that match "pytest-\*" are considered plugins and are listed
|
||||||
automatically. Packages classified as inactive are excluded.
|
automatically. Packages classified as inactive are excluded.
|
||||||
|
|
Loading…
Reference in New Issue