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