Skip to content

Commit

Permalink
remove /src
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Oct 4, 2019
1 parent 9924556 commit 00ef3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __getattr__(cls, name):
# Document Python Code
autodoc_mock_imports = ['bs4', 'requests']
autoapi_type = 'python'
autoapi_dirs = ['../../../bifacial_radiance', 'src']
autoapi_dirs = '../../../bifacial_radiance'

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

Expand Down

0 comments on commit 00ef3b4

Please sign in to comment.