You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yamllint/docs
Adrien Vergé 15eafeb80a build: Migrate from setup.py to pyproject.toml
Using `setup.py` is deprecated and the new recommanded way is to declare
a `pyproject.toml` file (see PEP 517 [^1]).

This commit proposes to use setuptools to achieve that, because
setuptools is already used by yamllint, is standard and referenced by
the official Python packaging documentation [^2], and seems to be the
most lightweight solution. An alternative could have been to use Poetry,
see the dedicated pull request and discussion [^3].

For some period, the `setup.py` file will be kept (although almost
empty), to allow old tools versions to keep working.

Closes https://github.com/adrienverge/yamllint/issues/509.

[^1]: https://peps.python.org/pep-0517/
[^2]: https://packaging.python.org/en/latest/tutorials/installing-packages/
[^3]: https://github.com/adrienverge/yamllint/pull/557
2 years ago
..
Makefile build: Stop using setup.py to generate documentation 2 years ago
conf.py Remove Unicode marker before strings 2 years ago
configuration.rst docs: Update links that redirect 2 years ago
development.rst docs: Fix misleading Python API example 2 years ago
disable_with_comments.rst docs: Explicitly specify language even when it's plain text 2 years ago
index.rst docs: Update links that redirect 2 years ago
integration.rst docs: Update pre-commit hook example 2 years ago
quickstart.rst build: Migrate from setup.py to pyproject.toml 2 years ago
rules.rst anchors: Add new rule to detect undeclared or duplicated anchors 2 years ago
screenshot.png docs: Better compress PNG image 2 years ago
text_editors.rst docs: Update links that redirect 2 years ago