From d787e13a724e78f26c2877455b6c549dd95635ad Mon Sep 17 00:00:00 2001 From: wls2002 Date: Mon, 17 Feb 2025 17:30:33 +0800 Subject: [PATCH] update doc --- docs/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 1eed2b2..856c1fa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,6 +24,11 @@ extensions = [ 'sphinx.ext.viewcode', ] +autodoc_mock_imports = [ + "evox" +] + + templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']