File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Task runners
137
137
These tools allow you to define and invoke "tasks", such as running tests,
138
138
compiling documentation, regenerating some files, etc. Each task can be executed
139
139
in a dedicated virtual environment with the dependencies it requires. The most
140
- common tools for this are :ref: ` tox ` and :ref: ` nox ` .
140
+ common tools for this are tox _ and nox _ .
141
141
142
142
143
143
Integrated workflow tools
@@ -158,5 +158,7 @@ order:
158
158
159
159
.. _flit-core : https://pypi.org/project/flit-core/
160
160
.. _hatchling : https://pypi.org/project/hatchling/
161
+ .. _nox : https://nox.thea.codes
161
162
.. _pdm-backend : https://backend.pdm-project.org
162
163
.. _poetry-core : https://pypi.org/project/poetry-core/
164
+ .. _tox : https://tox.wiki
You can’t perform that action at this time.
0 commit comments