We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b5fb0 commit c1a11c4Copy full SHA for c1a11c4
doc/source/conf.py
@@ -27,7 +27,7 @@
27
project = "skimage"
28
copyright = f"2013-{date.today().year}, the scikit-image team"
29
30
-with open("../../skimage/__init__.py") as f:
+with open("../../src/skimage/__init__.py") as f:
31
setup_lines = f.readlines()
32
version = "vUndefined"
33
for l in setup_lines:
0 commit comments