-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrepo_helper.yml
More file actions
155 lines (145 loc) · 2.28 KB
/
repo_helper.yml
File metadata and controls
155 lines (145 loc) · 2.28 KB
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
153
154
155
---
modname: extras_require
import_name: sphinxcontrib.extras_require
copyright_years: "2020"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.5.0"
username: "sphinx-toolbox"
assignee: "domdfcoding"
primary_conda_channel: "domdfcoding"
license: 'BSD-2-Clause'
short_desc: 'Display a warning at the top of module documentation that it has additional requirements.'
use_whey: true
docs_fail_on_warning: true
preserve_custom_theme: true
python_deploy_version: 3.9
conda_channels:
- conda-forge
python_versions:
3.8:
matrix_exclude:
sphinx:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1
- 8.2
- latest
3.9:
matrix_exclude:
sphinx:
- 8.0
- 8.1
- 8.2
"3.10":
matrix_exclude:
sphinx:
- 8.2
"3.11":
"3.12":
matrix_exclude:
sphinx:
- 3.4
- 3.5
- 4.0
- 4.1
- 4.2
- 4.3
"3.13":
matrix_exclude:
sphinx:
- 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
pypy38:
matrix_exclude:
sphinx:
- 3.4
- 3.5
- 4.0
- 4.1
- 4.2
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1
- 8.2
- latest
pypy39:
matrix_exclude:
sphinx:
- 3.4
- 3.5
- 4.0
- 4.1
- 4.2
- 8.0
- 8.1
- 8.2
- latest
classifiers:
- 'Development Status :: 4 - Beta'
- "Framework :: Sphinx :: Extension"
- 'Intended Audience :: Developers'
- 'Programming Language :: Python'
- "Topic :: Documentation"
- 'Topic :: Documentation :: Sphinx'
- 'Topic :: Software Development :: Documentation'
- "Topic :: Utilities"
extra_sphinx_extensions:
- sphinx_toolbox_experimental.needspace
- sphinx_toolbox_experimental.succinct_seealso
- sphinx_toolbox_experimental.autosummary_widths
keywords:
- sphinx
- sphinx-extension
- requirements
- documentation
tox_unmanaged:
- testenv
- fixups
third_party_version_matrix:
sphinx:
- 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
- 7.3
- 7.4
- 8.0
- 8.1
- 8.2
# - latest
exclude_files:
- contributing
sphinx_conf_epilogue:
- pypi_name = "chemistry_tools"
- autosummary_widths_builders = ["latex"]