Skip to content

Commit c1e0570

Browse files
committed
Fix plugin-list label and script
This was changed during the current docs restructing and we missed that it changed the label.
1 parent be8d63e commit c1e0570

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

doc/en/reference/plugin_list.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Plugins List
2-
============
1+
.. _plugin-list:
2+
3+
Plugin List
4+
===========
35

46
PyPI projects that match "pytest-\*" are considered plugins and are listed
57
automatically. Packages classified as inactive are excluded.

scripts/update-plugin-list.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
import requests
77
import tabulate
88

9-
FILE_HEAD = r"""Plugins List
10-
============
9+
FILE_HEAD = r"""\
10+
.. _plugin-list:
11+
12+
Plugin List
13+
===========
1114
1215
PyPI projects that match "pytest-\*" are considered plugins and are listed
1316
automatically. Packages classified as inactive are excluded.

0 commit comments

Comments
 (0)