SDR Package #3

Merged
michael merged 22 commits from sdr into main 2025-10-03 13:34:25 -04:00
Showing only changes of commit 3a27515a96 - Show all commits

View File

@ -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']
michael marked this conversation as resolved Outdated

Shouldn't we remove rtlsdr from this?

Shouldn't we remove rtlsdr from this?

Good catch! Mock import removed

Good catch! Mock import removed ✅
autodoc_default_options = {
'members': True,