Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dansan committed Nov 23, 2019
1 parent ded935b commit 0615125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
import sys
from pathlib import Path

from version import __version__

sys.path.insert(0, os.path.abspath(".."))

# get version information without importing project
proj_path = Path(__file__).parent.parent
sys.path.append(str(proj_path / "udm_rest_client"))
print(sys.path)
from version import __version__

# install 'openapi_client_udm' package from test-pypi to be able to build
# Python module doc
try:
Expand Down

0 comments on commit 0615125

Please sign in to comment.