Skip to content

Commit 27f2c45

Browse files
committed
fix finding the describe script during the doc build
1 parent c4c7a6f commit 27f2c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from docutils import nodes
3232
from sphinx import addnodes
3333

34-
tools_describe = (pathlib.Path(__file__).parent / "tools/describe").str()
34+
tools_describe = str(pathlib.Path(__file__).parent / "tools/describe")
3535

3636
# If extensions (or modules to document with autodoc) are in another directory,
3737
# add these directories to sys.path here. If the directory is relative to the

0 commit comments

Comments
 (0)