Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ or::
export MSYS_HOME=C:\msys\1.0
source /usr/local/bin/virtualenvwrapper.sh

Depending on your MSYS setup, you may need to install the MSYS mktemp binary
(``https://sourceforge.net/projects/mingw/files/MSYS/``) in the
``MSYS_HOME/bin`` folder.
Depending on your MSYS setup, you may need to install the `MSYS mktemp
binary`_ in the ``MSYS_HOME/bin`` folder.

.. _MSYS mktemp binary: https://sourceforge.net/projects/mingw/files/MSYS/

PowerShell
----------
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ deps =
-r{toxinidir}/docs/requirements.txt
commands =
sphinx-build -W -j auto -b html -d docs/build/doctrees docs/source docs/build/html

[testenv:linkcheck]
deps =
-r{toxinidir}/docs/requirements.txt
commands =
sphinx-build -W -j auto -b linkcheck -d docs/build/doctrees docs/source docs/build/linkcheck

[testenv:pkglint]
Expand Down
Loading