-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
repo_helper.yml
135 lines (126 loc) · 1.9 KB
/
repo_helper.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'sphinx-autofixture'
copyright_years: '2020-2021'
author: 'Dominic Davis-Foster'
email: '[email protected]'
username: "sphinx-toolbox"
assignee: "domdfcoding"
primary_conda_channel: 'domdfcoding'
version: '0.4.0'
license: 'MIT'
short_desc: 'Sphinx autodocumenter for pytest fixtures.'
use_whey: true
sphinx_html_theme: furo
preserve_custom_theme: true
min_coverage: 95
# Versions to run tests for
python_versions:
'3.6':
matrix_exclude:
sphinx:
- 5.0
- 5.1
- 5.2
- 5.3
- 6.0
- 6.1
- 6.2
- 7.0
- 7.1
- 7.2
'3.7':
matrix_exclude:
sphinx:
- 6.0
- 6.1
- 6.2
- 7.0
- 7.1
- 7.2
'3.8':
matrix_exclude:
sphinx:
- 7.2
'3.9':
'3.10':
"3.11":
"3.12":
3.13-dev:
pypy36:
matrix_exclude:
sphinx:
- 4.0
- 4.1
- 4.2
- 4.3
- 4.4
- 4.5
- 5.0
- 5.1
- 5.2
- 5.3
- 6.0
- 6.1
- 6.2
- 7.0
- 7.1
- 7.2
pypy37:
matrix_exclude:
sphinx:
- 6.0
- 6.1
- 6.2
- 7.0
- 7.1
- 7.2
pypy38:
matrix_exclude:
sphinx:
- 7.2
pypy39:
conda_channels:
- conda-forge
extra_sphinx_extensions:
- sphinx_autofixture
- html_section
third_party_version_matrix:
sphinx:
- 3.2
- 3.3
- 3.4
- 3.5
- 4.0
- 4.1
- 4.2
- 4.3
- 4.4
- 4.5
- 5.0
- 5.1
- 5.2
- 5.3
- 6.0
- 6.1
- 6.2
- 7.0
- 7.1
# - 7.2
keywords:
- sphinx
- documentation
- sphinx-extension
- pytest
classifiers:
- 'Development Status :: 4 - Beta'
- "Framework :: Sphinx :: Extension"
- 'Intended Audience :: Developers'
- 'Programming Language :: Python'
- "Topic :: Documentation"
- 'Topic :: Documentation :: Sphinx'
- 'Topic :: Software Development :: Documentation'
exclude_files:
- contributing
tox_unmanaged:
- testenv