Documentation

This commit is contained in:
Konstantin Lampalzer 2021-09-12 13:54:38 +02:00
parent f5488f7b47
commit 54320096fb
2 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ extensions = [
'sphinx_rtd_theme'
]
autodoc_mock_imports = ["smbus", "compLib.PCA9685", "RPi", "pigpio", "flask", "apt", "spidev"]
autodoc_mock_imports = ["smbus", "compLib.PCA9685", "RPi", "pigpio", "flask", "apt", "spidev", "influxdb_client"]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']