From 3a27515a9665b378c0ae767226987f17255f494f Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 3 Oct 2025 13:18:19 -0400 Subject: [PATCH] Removing RTL-SDR mock import, as the RTL-SDR is not yet supported by the SDR package --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 25d2805..dac544b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,7 +41,7 @@ exclude_patterns = [] # separately (often with system-level drivers or vendor packages). # We mock them here so Sphinx can build the documentation without requiring # the actual hardware libraries to be present. -autodoc_mock_imports = ['uhd', 'adi', 'iio', 'rtlsdr', 'bladerf'] +autodoc_mock_imports = ['uhd', 'adi', 'iio', 'bladerf'] autodoc_default_options = { 'members': True,