Install more dependencies
This commit fixes a couple of errors in the Sphinx docs, by removing mock imports and replacing them with real ones.
This commit is contained in:
parent
f0fcd53487
commit
3971a92a5f
2 changed files with 9 additions and 11 deletions
|
|
@ -1 +1,9 @@
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
numpy
|
||||||
|
labthings
|
||||||
|
expiringdict
|
||||||
|
sangaboard
|
||||||
|
typing_extensions
|
||||||
|
pillow
|
||||||
|
piexif
|
||||||
|
python-dateutil
|
||||||
|
|
@ -54,16 +54,6 @@ mock_imports = [
|
||||||
"picamerax",
|
"picamerax",
|
||||||
"picamerax.array",
|
"picamerax.array",
|
||||||
"picamerax.mmalobj",
|
"picamerax.mmalobj",
|
||||||
"numpy",
|
|
||||||
"labthings",
|
|
||||||
"labthings.json",
|
|
||||||
"expiringdict",
|
|
||||||
"dateutil",
|
|
||||||
"dateutil.parser",
|
|
||||||
"typing_extensions",
|
|
||||||
"PIL",
|
|
||||||
"sangaboard",
|
|
||||||
"piexif",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
sys.modules.update((mod_name, Mock()) for mod_name in mock_imports)
|
sys.modules.update((mod_name, Mock()) for mod_name in mock_imports)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue