-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
repo_helper.yml
61 lines (52 loc) · 1.25 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
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'configconfig'
copyright_years: '2020-2023'
author: 'Dominic Davis-Foster'
email: '[email protected]'
username: 'repo-helper'
assignee: 'domdfcoding'
primary_conda_channel: 'domdfcoding'
version: '0.6.2'
license: 'MIT'
short_desc: 'Load and validate YAML configuration files.'
use_whey: true
tox_testenv_extras: all
min_coverage: 90
conda_channels:
- conda-forge
python_versions:
- 3.6
- 3.7
- 3.8
- 3.9
- '3.10'
- '3.11'
- '3.12'
- 3.13-dev
extras_require:
sphinx:
- sphinx<3.4.0,>=3.0.3
- sphinx-toolbox
- docutils
- standard-imghdr==3.10.14; python_version >= "3.13"
testing:
- pytest
classifiers:
- 'Development Status :: 4 - Beta'
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'
keywords:
- configuration
- yaml
sphinx_conf_epilogue:
- from configconfig import utils, metaclass
- utils.ConfigVarMeta = metaclass.ConfigVarMeta
- nitpicky = True
- ignore_missing_xrefs = ["^docutils.nodes.*"]
- needspace_amount = r"5\baselineskip"
extra_sphinx_extensions:
- sphinx_toolbox_experimental.missing_xref
- sphinx_toolbox.more_autosummary.column_widths
exclude_files:
- contributing