8000 DOC: added local pvlib path to be able to build documentation for cur… · djgagne/pvlib-python@0dbca09 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0dbca09

Browse files
committed
DOC: added local pvlib path to be able to build documentation for current local status of the repository
1 parent 3aa9b14 commit 0dbca09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/sphinx/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def __getattr__(cls, name):
3434
# add these directories to sys.path here. If the directory is relative to the
3535
# documentation root, use os.path.abspath to make it absolute, like shown here.
3636
sys.path.insert(0, os.path.abspath('../sphinxext'))
37+
sys.path.insert(0, os.path.abspath('../../../'))
3738

3839
# -- General configuration ------------------------------------------------
3940

0 commit comments

Comments
 (0)
0