-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepo_helper.yml
152 lines (141 loc) · 2.51 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'sphinx-licenseinfo'
copyright_years: '2021'
author: 'Dominic Davis-Foster'
email: '[email protected]'
username: 'sphinx-toolbox'
assignee: 'domdfcoding'
primary_conda_channel: "domdfcoding"
version: '0.5.0'
license: 'MIT'
short_desc: 'Sphinx directives for showing license information.'
use_whey: true
enable_conda: false
python_deploy_version: 3.7
min_coverage: 95
docs_fail_on_warning: true
sphinx_html_theme: furo
# Versions to run tests for
python_versions:
3.7:
matrix_exclude:
sphinx:
- 6.0
- 6.1
- 6.2
- latest
3.8:
3.9:
"3.10":
"3.11":
"3.12":
3.13-dev:
matrix_exclude:
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
pypy37:
matrix_exclude:
sphinx:
- 3.2
- 3.3
- 3.4
- 3.5
- 4.0
- 4.1
- 4.2
- 6.0
- 6.1
- 6.2
- latest
pypy38:
matrix_exclude:
sphinx:
- 3.2
- 3.3
- 3.4
- 3.5
- 4.0
- 4.1
- 4.2
pypy39:
matrix_exclude:
sphinx:
- 3.2
- 3.3
- 3.4
- 3.5
- 4.0
- 4.1
- 4.2
sphinx_conf_epilogue:
- nitpicky = True
# - needspace_amount = "4\\baselineskip"
# - latex_elements["preamble"] = "\\usepackage{multicol}"
- ignore_missing_xrefs = ["^docutils", "^sphinx.writers.*.*Translator$"]
- autosummary_widths_builders = ["latex"]
extra_sphinx_extensions:
- sphinx_toolbox_experimental.autosummary_widths
- sphinx_toolbox_experimental.needspace
- sphinx_toolbox_experimental.missing_xref
- sphinx_licenseinfo
classifiers:
- 'Development Status :: 4 - Beta'
- "Framework :: Sphinx :: Extension"
- 'Intended Audience :: Developers'
- "Topic :: Documentation"
- 'Topic :: Documentation :: Sphinx'
- 'Topic :: Software Development :: Documentation'
- "Topic :: Utilities"
keywords:
- sphinx
- documentation
- sphinx-extension
- license
exclude_files:
- contributing
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
# # - latest
mypy_deps:
- types-docutils
manifest_additional:
- include sphinx_licenseinfo/license-sprite.png
- include sphinx_licenseinfo/[email protected]
- include sphinx_licenseinfo/license_info.css
- include sphinx_licenseinfo/license_info.t.html
tox_unmanaged:
- testenv