-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo_helper.yml
47 lines (42 loc) · 933 Bytes
/
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
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'sphinx-debuginfo'
copyright_years: 2021
author: 'Dominic Davis-Foster'
email: '[email protected]'
username: 'sphinx-toolbox'
assignee: 'domdfcoding'
primary_conda_channel: 'domdfcoding'
version: '0.2.2.post1'
license: 'MIT'
short_desc: 'A Sphinx extension to include debugging information in the output.'
use_whey: true
enable_docs: false
enable_conda: false
min_coverage: 100
conda_channels:
- conda-forge
python_versions:
- 3.6
- 3.7
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
- 3.13-dev
- pypy36
- pypy37
- pypy38
- pypy39
keywords:
- debug
- sphinx
- sphinx-extension
classifiers:
- 'Development Status :: 4 - Beta'
- 'Framework :: Sphinx :: Extension'
- 'Intended Audience :: Developers'
- 'Topic :: Documentation'
- 'Topic :: Documentation :: Sphinx'
- 'Topic :: Software Development :: Documentation'