update to account for autodocs

This commit is contained in:
titusquah
2020-09-10 12:47:17 -06:00
parent 5eb0015a49
commit ce847e73c5
2 changed files with 7 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ project = 'LLEPE'
copyright = '2020, Titus Quah, Nwike Iloeje' copyright = '2020, Titus Quah, Nwike Iloeje'
author = 'Titus Quah, Nwike Iloeje' author = 'Titus Quah, Nwike Iloeje'
master_doc = 'index' master_doc = 'index'
autodoc_mock_imports = ["cantera"]
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '1.0.0' release = '1.0.0'

View File

@@ -0,0 +1,6 @@
matplotlib
datetime
pandas
numpy
scipy
xml