paho.mqtt should also be added to the mock modules

This commit is contained in:
Fabio Manganiello 2023-10-20 00:00:07 +02:00
parent 1e2ffc121f
commit ed2a56de42
Signed by: blacklight
GPG key ID: D90FBA7F76362774
3 changed files with 29 additions and 27 deletions
docs/source

View file

@ -40,6 +40,7 @@ release = ''
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'myst_parser',
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
@ -58,8 +59,8 @@ templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = ['.rst', '.md']
# source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'