File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 54
54
export MSYS_HOME=C:\msys\1.0
55
55
source /usr/local/bin/virtualenvwrapper.sh
56
56
57
- Depending on your MSYS setup, you may need to install the MSYS mktemp binary
58
- (``https://sourceforge.net/projects/mingw/files/MSYS/ ``) in the
59
- ``MSYS_HOME/bin `` folder.
57
+ Depending on your MSYS setup, you may need to install the `MSYS mktemp
58
+ binary `_ in the ``MSYS_HOME/bin `` folder.
59
+
60
+ .. _MSYS mktemp binary : https://sourceforge.net/projects/mingw/files/MSYS/
60
61
61
62
PowerShell
62
63
----------
Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ deps =
38
38
-r{toxinidir}/docs/requirements.txt
39
39
commands =
40
40
sphinx-build -W -j auto -b html -d docs/build/doctrees docs/source docs/build/html
41
+
42
+ [testenv:linkcheck]
43
+ deps =
44
+ -r{toxinidir}/docs/requirements.txt
45
+ commands =
41
46
sphinx-build -W -j auto -b linkcheck -d docs/build/doctrees docs/source docs/build/linkcheck
42
47
43
48
[testenv:pkglint]
You can’t perform that action at this time.
0 commit comments