Removing RTL-SDR mock import, as the RTL-SDR is not yet supported by the SDR package
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 14s
Test with tox / Test with tox (3.11) (pull_request) Successful in 31s
Test with tox / Test with tox (3.12) (pull_request) Successful in 29s
Test with tox / Test with tox (3.10) (pull_request) Successful in 40s
Build Project / Build Project (3.10) (pull_request) Successful in 47s
Build Project / Build Project (3.11) (pull_request) Successful in 47s
Build Project / Build Project (3.12) (pull_request) Successful in 46s
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 14s
Test with tox / Test with tox (3.11) (pull_request) Successful in 31s
Test with tox / Test with tox (3.12) (pull_request) Successful in 29s
Test with tox / Test with tox (3.10) (pull_request) Successful in 40s
Build Project / Build Project (3.10) (pull_request) Successful in 47s
Build Project / Build Project (3.11) (pull_request) Successful in 47s
Build Project / Build Project (3.12) (pull_request) Successful in 46s
This commit is contained in:
parent
9cbb9716af
commit
3a27515a96
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user