diff --git a/docs/source/conf.py b/docs/source/conf.py index f1eb8524..ded6742e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -112,6 +112,8 @@ autodoc_mock_imports = [ "tensorizer", "pynvml", "outlines", + "gguf", + "lark", ] for mock_target in autodoc_mock_imports: