-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo_helper.yml
63 lines (53 loc) · 1.31 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
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'repo_helper_github'
copyright_years: '2020-2021'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'repo-helper'
assignee: 'domdfcoding'
version: '0.8.1'
license: 'MIT'
short_desc: "Manage GitHub repositories with repo-helper."
use_whey: true
enable_conda: False
min_coverage: 85
sphinx_html_theme: furo
entry_points:
repo_helper.command:
- repo_helper_github=repo_helper_github.cli:github
python_versions:
- 3.6
- 3.7
- 3.8
- 3.9
- "3.10"
- "3.11"
- 3.12-dev
keywords:
- github
- repo-helper
extra_sphinx_extensions:
- sphinx_click
- sphinx_toolbox.more_autosummary.column_widths
- local_extension
intersphinx_mapping:
- '"github3": ("https://github3py.readthedocs.io/en/master/", None)'
- "'click': ('https://click.palletsprojects.com/en/7.x/', None)"
additional_ignore:
- update_all.py
- auto_merge.py
- pr_bulk_review.py
- killall_actions.py
- review_pre_commit_pr.py
- review_dependabot_pr.py
classifiers:
- 'Development Status :: 4 - Beta'
- 'Environment :: Console'
- "Intended Audience :: Developers"
- 'Topic :: Software Development :: Version Control :: Git'
exclude_files:
- contributing
sphinx_conf_epilogue:
- nitpicky = True
- autosummary_widths_builders = ["latex"]