summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Use shutil for rmtreeBrian Rutledge2021-06-121-2/+1
|
* Make sphinx fail on any warnings (#36)Sviatoslav Sydorenko2021-04-251-1/+1
| | | | | | | | | | | | | | This change adds `nitpicky=True` (which is an equivalent of `-n`) to make Sphinx emit warnings for any references to non-existing targets. Then, it adds `-W` to make it fail whenever a single warning is seen. Finally, `--keep-going` allows Sphinx to print out all the warnings before exiting instead of showing just one and bailing. Resolves #29 Refs: * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-n * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-W * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-keep-going
* Require twine 3 with keyring unconditionally required.Jason R. Coombs2021-03-061-1/+1
|
* Replace pep517.build with build (#37)Sviatoslav Sydorenko2021-01-081-2/+2
| | | | | | | | | * Replace pep517.build with build Resolves #30 * Prefer simple usage Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* Collapse skeleton history from archive/2020-12Jason R. Coombs2020-12-081-0/+40