Skip to content

Commit ac92bda

Browse files
committed
Update to docs conf
Readthedocs was having issues with PyQt6, so we now mock the module
1 parent 6709b4f commit ac92bda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
autodoc_member_order = 'bysource'
3131

32+
autodoc_mock_imports = ["pyqtgraph", "QtPy", "numpy"]
33+
3234

3335
# -- Options for HTML output -------------------------------------------------
3436
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

0 commit comments

Comments
 (0)