Skip to content

Commit

Permalink
fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Jul 6, 2024
1 parent fe1f2ca commit f6360fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sphinx:

python:
install:
- requirements: docs/requirements-dev.txt
- requirements: requirements-dev.txt
15 changes: 12 additions & 3 deletions doc/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,20 @@ If the test complain about missing Python modules make sure the source directory
is in your `PYTHONPATH` environment variable, or the python-snap7 module is
installed.

Tox
---

We also have a whole repertoire of linters and code quality checkers in place,
which you can run with::

$ make tox

Credits
-------

python-snap7 is created by:

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


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

0 comments on commit f6360fc

Please sign in to comment.