Skip to content

Commit c28ee9d

Browse files
author
Ivan Mishalkin
committed
[EN-1335] doc build without installation
1 parent de76a83 commit c28ee9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
pyproject = toml.load(Path(__file__).parents[1].joinpath('pyproject.toml'))
1010
# -- Path setup --------------------------------------------------------------
1111

12-
sys.path.append(Path(__file__).parents[1])
12+
sys.path.append(str(Path(__file__).parents[1]))
1313
# -- Project information -----------------------------------------------------
1414

1515
project = pyproject['tool']['poetry']['name']

0 commit comments

Comments
 (0)