mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-10-31 21:20:17 +00:00
0ec649a555
Remove the redundant `wheel` dependency, as it is added by the backend
automatically. Listing it explicitly in the documentation was
a historical mistake and has been fixed since, see:
f7d30a9529
---------
Co-authored-by: Ashley Whetter <ashley@awhetter.co.uk>
22 lines
455 B
TOML
22 lines
455 B
TOML
[build-system]
|
|
requires = ["setuptools>=46.4.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[[tool.mypy.overrides]]
|
|
module = "astroid.*"
|
|
ignore_missing_imports = true
|
|
|
|
[[tool.mypy.overrides]]
|
|
module = "autoapi.documenters"
|
|
ignore_errors = true
|
|
|
|
[tool.ruff.pydocstyle]
|
|
convention = "google"
|
|
|
|
[tool.towncrier]
|
|
directory = "docs/changes"
|
|
filename = "CHANGELOG.rst"
|
|
package = "autoapi"
|
|
title_format = "v{version} ({project_date})"
|
|
underlines = ["-", "^", "\""]
|