From ce847e73c53186e565db2d6ac1da8666e0ae34a9 Mon Sep 17 00:00:00 2001 From: titusquah <46580668+titusquah@users.noreply.github.com> Date: Thu, 10 Sep 2020 12:47:17 -0600 Subject: [PATCH] update to account for autodocs --- docs/conf.py | 1 + docs/requirements.txt | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f6f820a..f8848d5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,6 +21,7 @@ project = 'LLEPE' copyright = '2020, Titus Quah, Nwike Iloeje' author = 'Titus Quah, Nwike Iloeje' master_doc = 'index' +autodoc_mock_imports = ["cantera"] # The full version, including alpha/beta/rc tags release = '1.0.0' diff --git a/docs/requirements.txt b/docs/requirements.txt index e69de29..2acd567 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -0,0 +1,6 @@ +matplotlib +datetime +pandas +numpy +scipy +xml \ No newline at end of file