Skip to content

Commit 83b844b

Browse files
authored
Add msl.loadlib to doc requirements
Otherwise the Horiba FHR driver cannot be imported and building fails.
1 parent 0157185 commit 83b844b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
"pyvisa-sim",
5050
"types-tqdm>=4.64.6"
5151
]
52-
docs = [ "sphinx", "sphinx_rtd_theme", "nbsphinx",]
52+
docs = [ "sphinx", "sphinx_rtd_theme", "nbsphinx", "msl.loadlib" ]
5353

5454
[tool.mypy]
5555
strict_optional = true

0 commit comments

Comments
 (0)