From f6360fc52c3023aa793aa1e80155261bdd1e9ab0 Mon Sep 17 00:00:00 2001 From: Gijs Molenaar Date: Sat, 6 Jul 2024 13:52:00 +0200 Subject: [PATCH] fix doc build --- .readthedocs.yaml | 2 +- doc/development.rst | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e834db38..13120d9a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,4 +12,4 @@ sphinx: python: install: - - requirements: docs/requirements-dev.txt + - requirements: requirements-dev.txt diff --git a/doc/development.rst b/doc/development.rst index a2eae32a..f499c980 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -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 `_ * Stephan Preeker (stephan at preeker dot net) @@ -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 `_ and `Nikteliy `_ for their contributions towards the 1.0 release -* `Lautaro Nahuel Dapino `_ for his contributions. +* `Fabian Beitler `_ +* `Nikteliy `_ +* `Lautaro Nahuel Dapino `_