Skip to content

Commit

Permalink
Fixed path to package management framework, to fix ReadTheDocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacosta committed Mar 1, 2019
1 parent 6968b99 commit 1e6d749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from unittest.mock import Mock

sys.path.append(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), "pypkg"))
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from pypkg.functions import get_pkg_copyright_start, get_pkg_name, get_pkg_desc

PKG_NAME = get_pkg_name()
Expand Down
2 changes: 1 addition & 1 deletion pypkg
Submodule pypkg updated 1 files
+1 −1 conf.py

0 comments on commit 1e6d749

Please sign in to comment.