Merge pull request #688 from NP-compete/fix/docs

Fix broken link in doc.
pull/690/head
Nicco Kunzmann 2024-07-04 12:25:13 +01:00 zatwierdzone przez GitHub
commit 9cac950a8d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ New features:
Bug fixes:
- ...
- Fix link to stable release of tox in documentation.
6.0.0a0 (2024-07-03)
--------------------

Wyświetl plik

@ -75,6 +75,7 @@ icalendar contributors
- Bastian Wegge <wegge@crossbow.de>
- `Steve Piercy <https://github.com/stevepiercy>`_
- Jeffrey Whewhetu <jeffwhewhetu@gmail.com>
- `Soham Dutta <https://github.com/NP-compete>`_
Find out who contributed::

Wyświetl plik

@ -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
<https://tox.wiki/en/latest/example/general.html#selecting-one-or-more-environments-to-run-tests-against>`__.
<https://tox.wiki/en/stable/user_guide.html#cli>`_.
This is how you can run ``tox`` with Python 3.9:
.. code-block:: shell