summaryrefslogtreecommitdiff
path: root/docs/upgrading.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation regarding ``homedir`` variable (upgrade to tox 4) (#2955)aelray2023-03-231-1/+1
|
* Provision: ignore other test environments (#2865)Masen Furer2023-01-161-0/+7
| | | Fix https://github.com/tox-dev/tox/issues/2862
* Document colorization regression on Windows (#2837)Adam Johnson2023-01-081-0/+7
|
* Fix various issues with missing interpreters (#2828)Stephen Finucane2023-01-061-1/+12
| | | fix https://github.com/tox-dev/tox/issues/2811
* Remove docs about colour regression (#2816)Adam Johnson2023-01-041-8/+0
|
* Update upgrading.rstBernát Gábor2023-01-031-8/+0
|
* Packaging inherits from pkgenv, deps and document tox 4 packaging changes ↵Bernát Gábor2023-01-031-0/+93
| | | | | (#2813) Resolves https://github.com/tox-dev/tox/issues/2543
* Document ambiguous usages in v3-to-v4 (#2808)Stephen Rosen2023-01-021-0/+73
| | | | | | | | | | | | | | * Document ambiguous usages in v3-to-v4 Add a section to the upgrading doc, "Legacy CLI entry point may result in ambiguous usages" The new section resolves #2728 * Updates per review: CLI compat doc section Retitle the section. Split it into two subsections, one on ``-e`` vs ``run -e``, and one on command names matching environments (as a specific case).
* Introduce Upgrading doc page for tox4 (#2805)Stephen Rosen2023-01-021-0/+151
This adds a new page to the docs, Upgrading, meant to remove the documentation regarding backwards incompatible changes in tox4 from the FAQ into a dedicated page. The content of the page is primarily a lift-and-shift of the breaking changes section of the FAQ, and the FAQ page and Upgrading pages now cross-link to one another. New content is added to the Upgrading page in the form of a preamble for the doc.