-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
81 lines (67 loc) · 2.24 KB
/
pyproject.toml
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
[build-system]
requires = [ "whey",]
build-backend = "whey"
[project]
name = "sphinx-toolbox-experimental"
version = "0.0.0"
description = "Experimental Sphinx Extensions."
readme = "README.rst"
keywords = [ "documentation", "sphinx", "sphinx-extension",]
dynamic = [ "requires-python", "classifiers", "dependencies",]
[project.license]
file = "LICENSE"
[[project.authors]]
name = "Dominic Davis-Foster"
email = "dominic@davis-foster.co.uk"
[project.urls]
Homepage = "https://github.com/sphinx-toolbox/sphinx-toolbox-experimental"
"Issue Tracker" = "https://github.com/sphinx-toolbox/sphinx-toolbox-experimental/issues"
"Source Code" = "https://github.com/sphinx-toolbox/sphinx-toolbox-experimental"
[tool.whey]
base-classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: Sphinx :: Extension",
"Intended Audience :: Developers",
"Topic :: Documentation",
"Topic :: Documentation :: Sphinx",
"Topic :: Software Development :: Documentation",
"Topic :: Utilities",
"Typing :: Typed",
]
python-versions = [ "3.6", "3.7", "3.8", "3.9", "3.10",]
python-implementations = [ "CPython",]
platforms = [ "Windows", "macOS", "Linux",]
license-key = "BSD-3-Clause"
package = "sphinx_toolbox_experimental"
additional-files = [ "recursive-include sphinx_toolbox_experimental/download_icon *",]
[tool.importcheck]
always = [
"sphinx_toolbox_experimental.autosummary_widths",
"sphinx_toolbox_experimental.changelog",
"sphinx_toolbox_experimental.html_section",
"sphinx_toolbox_experimental.missing_xref",
"sphinx_toolbox_experimental.needspace",
"sphinx_toolbox_experimental.peps",
"sphinx_toolbox_experimental.rst_field",
"sphinx_toolbox_experimental.succinct_seealso",
"sphinx_toolbox_experimental.toml",
]
[tool.dep_checker]
allowed_unused = [ "sphinx_packaging", "html_section",]
[tool.mypy]
python_version = "3.8"
namespace_packages = true
check_untyped_defs = true
warn_unused_ignores = true
no_implicit_optional = true
show_error_codes = true
[tool.snippet-fmt]
directives = [ "code-block",]
[tool.snippet-fmt.languages.python]
reformat = true
[tool.snippet-fmt.languages.TOML]
reformat = true
[tool.snippet-fmt.languages.ini]
[tool.snippet-fmt.languages.json]
[tool.dependency-dash."requirements.txt"]
order = 10