mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
docs: mock cryptography import due to build errors
This commit is contained in:
parent
9a521af078
commit
4ec7e2d129
@ -85,7 +85,7 @@ autoclass_content = "both"
|
|||||||
|
|
||||||
autodoc_member_order = "groupwise"
|
autodoc_member_order = "groupwise"
|
||||||
|
|
||||||
autodoc_mock_imports = ["pyalpm"]
|
autodoc_mock_imports = ["cryptography", "pyalpm"]
|
||||||
|
|
||||||
autodoc_default_options = {
|
autodoc_default_options = {
|
||||||
"no-undoc-members": True,
|
"no-undoc-members": True,
|
||||||
|
Loading…
Reference in New Issue
Block a user