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:
Bruno Oliveira 2021-03-26 07:13:52 -03:00
parent be8d63e33b
commit c1e057065c
2 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,7 @@
Plugins List
============
.. _plugin-list:
Plugin List
===========
PyPI projects that match "pytest-\*" are considered plugins and are listed
automatically. Packages classified as inactive are excluded.

View File

@ -6,8 +6,11 @@ import packaging.version
import requests
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
automatically. Packages classified as inactive are excluded.