File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Descriptions of requirements files
2
+
3
+ The following table explains the purpose of the ` .in ` and ` .txt ` files in the ` tests/ ` directory of this repository:
4
+
5
+ | File | Purpose | Pip Constraints file (when relevant) |
6
+ | ---- | ------- | ------------------------------------ |
7
+ | constraints.in | Pins/version bounds for sphinx and antsibull-docs for known issues | -- |
8
+ | formatters.in | List of Formatters required | formatters.txt |
9
+ | pr_labeler.in | Dependencies for the labeler workflow | pr_labeler.txt |
10
+ | requirements.in | Dependencies for the Sphinx docs builds | requirements.txt |
11
+ | pip-compile.in | Dependencies for the ` pip-compile ` nox session | pip-compile.txt |
12
+ | spelling.in | Dependencies for the ` spelling ` nox session | spelling.txt |
13
+ | static.in | Dependencies for the ` static ` nox session | static.txt |
14
+ | tag.in | Dependencies for the ` tag ` nox session | tag.txt |
15
+ | typing.in | Dependencies for the ` typing ` nox session | typing.txt |
You can’t perform that action at this time.
0 commit comments