-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo_helper.yml
More file actions
65 lines (56 loc) · 1.43 KB
/
repo_helper.yml
File metadata and controls
65 lines (56 loc) · 1.43 KB
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
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: flake8_sphinx_links
repo_name: flake8-sphinx-links
copyright_years: "2020-2021"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.2.2"
username: "python-formate"
assignee: "domdfcoding"
primary_conda_channel: "domdfcoding"
license: 'MIT'
short_desc: "A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation."
mypy_version: 1.16
python_deploy_version: 3.9
use_whey: true
min_coverage: 100
sphinx_html_theme: furo
docs_fail_on_warning: true
conda_channels:
- conda-forge
# Versions to run tests for
python_versions:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
- pypy37
- pypy38
- pypy39
classifiers:
- 'Development Status :: 4 - Beta'
- 'Framework :: Flake8'
- 'Intended Audience :: Developers'
- "Topic :: Utilities"
extra_sphinx_extensions:
- sphinx_toolbox.pre_commit
- sphinx_toolbox.flake8
- sphinx_toolbox.more_autosummary.column_widths
- sphinx_favicon
entry_points:
flake8.extension:
- SXL=flake8_sphinx_links:Plugin
sphinx_conf_epilogue:
- nitpicky = True
- needspace_amount = r"5\baselineskip"
- 'favicons = [{"rel": "icon", "href": "https://python-formate.github.io/assets/formate.ico", "sizes": "48x48", "type": "image/vnd.microsoft.icon"}]'
keywords:
- flake8
- sphinx
- documentation
exclude_files:
- contributing