-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo_helper.yml
56 lines (48 loc) · 1.27 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
# Configuration for 'repo_helper' (https://github.com/repo-helper/repo_helper)
---
modname: 'libgunshotmatch'
copyright_years: '2020-2023'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: "GunShotMatch"
assignee: "domdfcoding"
version: '0.13.0'
license: 'MIT'
short_desc: 'Base library for GunShotMatch.'
enable_devmode: false
enable_conda: false
mypy_version: "1.8.0"
use_whey: true
python_versions:
3.8:
3.9:
"3.10":
"3.11":
"3.12":
sphinx_html_theme: furo
standalone_contrib_guide: true
classifiers:
- 'Development Status :: 3 - Alpha'
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'
extra_sphinx_extensions:
- enum_tools.autoenum
- attr_utils.autoattrs
- remove_factory_defaults
- sphinx_toolbox.more_autosummary.column_widths
github_ci_requirements:
Linux:
post:
- sudo add-apt-repository universe
- sudo apt update
- sudo apt install libhdf5-dev netcdf-bin libnetcdf-dev
Windows:
post:
# Prefery binary wheels for older versions over sdists for newer ones
- pip config set global.prefer-binary true
sphinx_conf_epilogue:
- nitpicky = True
- toctree_plus_types.update({"method", "attribute"})
- autosummary_widths_builders = ["latex"]
tox_unmanaged:
- pytest