Skip to content

Commit ecbb672

Browse files
committed
Docs
1 parent 5196d33 commit ecbb672

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ $ pyftpsync --help
3838
> **Note:** <br>
3939
MS Windows users that only need the command line interface may prefer the
4040
[MSI Installer](https://github.com/mar10/pyftpsync/releases/latest) or install
41-
using the Windows Package Manager:
41+
using the Windows Package Manager:
42+
4243
```ps1
4344
> winget install pyftpsync
4445
```

docs/sphinx/installation.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ be installed using `pip <http://www.pip-installer.org/>`_::
1414
.. note::
1515
MS Windows users that only need the command line interface may prefer the
1616
`MSI installer <https://github.com/mar10/pyftpsync/releases>`_ or install
17-
using the Windows Package Manager:
18-
```ps1
19-
> winget install pyftpsync
20-
```
17+
using the Windows Package Manager::
2118

19+
> winget install pyftpsync
20+
2221
Now the ``pyftpsync`` command is available::
2322

2423
$ pyftpsync --help

readme_pypi.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ Requires `Python <https://www.python.org/download/>`_ 3.7+.
1818
.. note::
1919
MS Windows users that only need the command line interface may prefer the
2020
`MSI installer <https://github.com/mar10/pyftpsync/releases>`_ or install
21-
using the Windows Package Manager:
22-
```ps1
23-
> winget install pyftpsync
24-
```
21+
using the Windows Package Manager::
22+
23+
> winget install pyftpsync
2524

2625
See also https://github.com/mar10/pyftpsync for details
2726
and `Read the Docs <https://pyftpsync.readthedocs.io/>`_.

tox.ini

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,19 @@ description = Build Sphinx documentation (output directory: docs/sphinx-build)
126126
changedir = docs
127127
deps =
128128
sphinx
129-
; recommonmark
130129
sphinx_rtd_theme
131130
myst_parser[linkify]
132131
sphinxcontrib.mermaid
133132
commands =
134133
# https://www.sphinx-doc.org/en/master/man/sphinx-build.html
135134
sphinx-build -b html sphinx sphinx-build
135+
136+
137+
[testenv:bdist_msi]
138+
description = Build MSI installer in dist/ (Windows only)
139+
# basepython = python3.7
140+
changedir = .
141+
; deps =
142+
commands =
143+
# http://www.sphinx-doc.org/en/master/man/sphinx-build.html
144+
python setup_bdist_msi.py bdist_msi

0 commit comments

Comments
 (0)