Skip to content

Commit

Permalink
autoapi docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Oct 4, 2019
1 parent af87674 commit 9924556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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'
autoapi_dirs = ['../../../bifacial_radiance', 'src']

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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
atomicwrites==1.2.1
attrs==18.2.0
autoapi==1.4.0
backports.functools-lru-cache==1.5
colorama==0.4.1
coverage==4.5.2
Expand All @@ -22,5 +21,6 @@ python-dateutil==2.7.5
pytz==2018.9
scandir==1.9.0
six==1.12.0
sphinx-autoapi==1.1.0
requests
future

0 comments on commit 9924556

Please sign in to comment.