From 11f8eef5994c7597bfa91c890f16a6f3686c5c1a Mon Sep 17 00:00:00 2001 From: titusquah <46580668+titusquah@users.noreply.github.com> Date: Wed, 7 Apr 2021 13:05:41 -0600 Subject: [PATCH] Update conf.py --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index c7bd928..b1c9c0e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,6 +24,7 @@ project = 'LLEPE' copyright = '2020, UChicago Argonne, LLC.' author = 'UChicago Argonne, LLC.' master_doc = 'index' +autodoc_mock_imports = ["cantera"] # The full version, including alpha/beta/rc tags release = '1.0.0'