Skip to content

Commit

Permalink
Enable autosummary
Browse files Browse the repository at this point in the history
Signed-off-by: Hitarth Mehta <quic_hitameht@quicinc.com>
  • Loading branch information
quic-hitameht committed Dec 18, 2024
1 parent 2b051e1 commit 959caf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def setup(app):
nbsphinx_allow_errors = True
nbsphinx_execute = 'never'

autosummary_generate = False
autosummary_generate = True

# contains a list of modules to be mocked up which are not available during docs build time
autodoc_mock_imports = []
Expand All @@ -283,7 +283,7 @@ def setup(app):
autodoc_mock_imports.append("aimet_common.libaimet_tf_ops")

# aimet_onnx
autodoc_mock_imports.extend(["aimet_common.libquant_info", "onnxruntime"])
autodoc_mock_imports.extend(["aimet_common.libquant_info"])

from pygments.lexers.diff import DiffLexer
from sphinx.highlighting import lexers
Expand Down

0 comments on commit 959caf1

Please sign in to comment.