Skip to content

Commit c1a11c4

Browse files
committed
Update path in doc config
1 parent 91b5fb0 commit c1a11c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
project = "skimage"
2828
copyright = f"2013-{date.today().year}, the scikit-image team"
2929

30-
with open("../../skimage/__init__.py") as f:
30+
with open("../../src/skimage/__init__.py") as f:
3131
setup_lines = f.readlines()
3232
version = "vUndefined"
3333
for l in setup_lines:

0 commit comments

Comments
 (0)