File tree Expand file tree Collapse file tree 5 files changed +4
-17
lines changed
Expand file tree Collapse file tree 5 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ jobs:
197197 # continue_on_error: true
198198 - name : Docs
199199 tox : docs
200+ # continue_on_error: true
200201 os :
201202 - name : Linux
202203 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 22#
33
44# You can set these variables from the command line.
5- SPHINXOPTS =
5+ SPHINXOPTS = -W --keep-going
66SPHINXBUILD = sphinx-build
77SPHINXPROJ = PyModbus
88SOURCEDIR = .
1717# Catch-all target: route all unknown targets to Sphinx using the new
1818# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919% : Makefile
20- @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
20+ @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
Original file line number Diff line number Diff line change 11pymodbus\. client\. asynchronous\. async_io package
2- ===============================================
2+ ================================================
33
44.. automodule :: pymodbus.client.asynchronous.async_io
55 :members:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ Subpackages
1515 pymodbus.constants
1616 pymodbus.datastore
1717 pymodbus.framer
18- pymodbus.internal
1918 pymodbus.server
2019 pymodbus.repl
2120
You can’t perform that action at this time.
0 commit comments