Skip to content

Commit 2202a83

Browse files
committed
docs: Remove securesystemslib mock import
We want to document some securesystemslib classes (Key gets documented with this change already as it's part of the metadata API). Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 22642ed commit 2202a83

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
# -- Autodoc configuration ---------------------------------------------------
6262
# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html
6363

64-
autodoc_mock_imports = ["securesystemslib"]
65-
6664
# Tone down the "tuf.api.metadata." repetition
6765
add_module_names = False
6866
python_use_unqualified_type_names = True

0 commit comments

Comments
 (0)