diff --git a/CHANGES.rst b/CHANGES.rst index 56ef61f7..ffae49ad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,7 +18,7 @@ New features: Bug fixes: -- ... +- Fix link to stable release of tox in documentation. 6.0.0a0 (2024-07-03) -------------------- diff --git a/docs/credits.rst b/docs/credits.rst index 7fce0509..47099d23 100644 --- a/docs/credits.rst +++ b/docs/credits.rst @@ -75,6 +75,7 @@ icalendar contributors - Bastian Wegge - `Steve Piercy `_ - Jeffrey Whewhetu +- `Soham Dutta `_ Find out who contributed:: diff --git a/docs/install.rst b/docs/install.rst index 6ca0f4e1..4349bea3 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -64,7 +64,7 @@ To run all tests in all environments, simply run ``tox`` You may not have all Python versions installed or you may want to run a specific one. Have a look at the `documentation -`__. +`_. This is how you can run ``tox`` with Python 3.9: .. code-block:: shell