Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ jobs:
# continue_on_error: true
- name: Docs
tox: docs
# continue_on_error: true
os:
- name: Linux
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXOPTS = -W --keep-going
SPHINXBUILD = sphinx-build
SPHINXPROJ = PyModbus
SOURCEDIR = .
Expand All @@ -17,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pymodbus\.client\.asynchronous\.async_io package
===============================================
================================================

.. automodule:: pymodbus.client.asynchronous.async_io
:members:
Expand Down
13 changes: 0 additions & 13 deletions doc/source/library/pymodbus.internal.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/library/pymodbus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Subpackages
pymodbus.constants
pymodbus.datastore
pymodbus.framer
pymodbus.internal
pymodbus.server
pymodbus.repl

Expand Down