Rename folder

This commit is contained in:
Konstantin Lampalzer 2021-01-16 02:10:40 +01:00
parent 651713c081
commit daef7c97e4
No known key found for this signature in database
GPG key ID: 9A60A522835A2AD9
11 changed files with 5 additions and 5 deletions

View file

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