Skip to content

Commit

Permalink
Add autodocs to conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Oct 4, 2019
1 parent ec1813b commit 1be9d79
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,16 @@ def __getattr__(cls, name):
#'IPython.sphinxext.ipython_directive',
#'IPython.sphinxext.ipython_console_highlighting',
'sphinx.ext.doctest',
'autoapi.extension',
'sphinx.ext.todo'
]
# 'autoapi.extension'



# Document Python Code
#autodoc_mock_imports = ['bs4', 'requests']
#autoapi_type = 'python'
#autoapi_dirs = '../../../bifacial_radiance'
autodoc_mock_imports = ['bs4', 'requests']
autoapi_type = 'python'
autoapi_dirs = '../../../bifacial_radiance'

#napoleon_use_rtype = False # group rtype on same line together with return

Expand Down

0 comments on commit 1be9d79

Please sign in to comment.