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é 16eae28a50 build: Stop using setup.py to generate documentation
Because `setup.py` is deprecated, let's switch from:

    python setup.py build_sphinx

to:

    make -C docs html

to build Sphinx documentation.

The generated HTML files in `docs/_build/html` are exactly the same (I
compared with `diff -qr`).

Also add `-W` (turn warnings into errors) to the `sphinx-build` options
to keep the previous behavior.
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 docs: Update links that redirect 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