Skip to content

Commit f6360fc

Browse files
committed
fix doc build
1 parent fe1f2ca commit f6360fc

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ sphinx:
1212

1313
python:
1414
install:
15-
- requirements: docs/requirements-dev.txt
15+
- requirements: requirements-dev.txt

doc/development.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,20 @@ If the test complain about missing Python modules make sure the source directory
3939
is in your `PYTHONPATH` environment variable, or the python-snap7 module is
4040
installed.
4141

42+
Tox
43+
---
44+
45+
We also have a whole repertoire of linters and code quality checkers in place,
46+
which you can run with::
47+
48+
$ make tox
49+
4250
Credits
4351
-------
4452

4553
python-snap7 is created by:
4654

47-
* Gijs Molenaar (gijs at pythonic dot nl)
55+
* `Gijs Molenaar <https://github.com/gijzelaerr>`_
4856
* Stephan Preeker (stephan at preeker dot net)
4957

5058

@@ -53,5 +61,6 @@ Special thanks to:
5361
* Davide Nardella for creating snap7
5462
* Thomas Hergenhahn for his libnodave
5563
* Thomas W for his S7comm wireshark plugin
56-
* `Fabian Beitler <https://github.com/swamper123>`_ and `Nikteliy <https://github.com/nikteliy>`_ for their contributions towards the 1.0 release
57-
* `Lautaro Nahuel Dapino <https://github.com/lautarodapin>`_ for his contributions.
64+
* `Fabian Beitler <https://github.com/swamper123>`_
65+
* `Nikteliy <https://github.com/nikteliy>`_
66+
* `Lautaro Nahuel Dapino <https://github.com/lautarodapin>`_

0 commit comments

Comments
 (0)