forked from sphinx-toolbox/sphinx-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 1
/
repo_helper.yml
109 lines (96 loc) · 2.3 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
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
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper
---
modname: 'sphinx-toolbox'
copyright_years: 2020-2022
author: 'Dominic Davis-Foster'
email: '[email protected]'
username: 'sphinx-toolbox'
assignee: 'domdfcoding'
primary_conda_channel: 'domdfcoding'
version: '3.0.0'
license: 'MIT'
short_desc: 'Box of handy tools for Sphinx 🧰 📔'
use_whey: true
min_coverage: 90
python_deploy_version: 3.7
tox_testenv_extras: all
preserve_custom_theme: true
docs_fail_on_warning: true
conda_channels:
- conda-forge
python_versions:
3.7:
3.8:
3.9:
"3.10":
3.11-dev:
pypy37:
matrix_exclude:
sphinx:
- 3.2
- 3.3
- 3.4
- 3.5
- 4.0
- 4.1
- 4.2
- latest
additional_ignore:
- wip-shields-block.py
extras_require:
testing:
- pygments>=2.7.4
- coincidence>=0.4.3
extra_sphinx_extensions:
- sphinx_toolbox.pre_commit
- sphinx_toolbox.flake8
- sphinx_autofixture
- sphinx_event_role
- _internal_extension
- sphinxcontrib.email
- ignore_missing_xref
- sphinx_toolbox.latex.succinct_seealso
- sphinx_toolbox.more_autosummary.column_widths
tox_unmanaged:
- pytest
sphinx_conf_epilogue:
- html_logo = "../sphinx_toolbox.png"
- toctree_plus_types.add("fixture")
- sys.path.append(os.path.abspath(".."))
- latex_elements["preamble"] = r"\usepackage{multicol}"
- nitpicky = True
- needspace_amount = r"4\baselineskip"
keywords:
- sphinx
- documentation
- sphinx-extension
third_party_version_matrix:
sphinx:
- 3.2
- 3.3
- 3.4
- 3.5
- 4.0
- 4.1
- 4.2
- 4.3
- 4.4
- 4.5
- 5.0.0b1
# - latest
classifiers:
- 'Development Status :: 5 - Production/Stable'
- "Framework :: Sphinx :: Extension"
- 'Intended Audience :: Developers'
- "Topic :: Documentation"
- 'Topic :: Documentation :: Sphinx'
- 'Topic :: Software Development :: Documentation'
- 'Topic :: Software Development :: Libraries :: Python Modules'
- "Topic :: Utilities"
intersphinx_mapping:
- "'pytest': ('https://docs.pytest.org/en/stable', None)"
- "'pytest-regressions': ('https://pytest-regressions.readthedocs.io/en/latest/', None)"
- "'coincidence': ('https://coincidence.readthedocs.io/en/latest', None)"
- "'autodocsumm': ('https://autodocsumm.readthedocs.io/en/latest', None)"
exclude_files:
- contributing