We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c7a6f commit 27f2c45Copy full SHA for 27f2c45
conf.py
@@ -31,7 +31,7 @@
31
from docutils import nodes
32
from sphinx import addnodes
33
34
-tools_describe = (pathlib.Path(__file__).parent / "tools/describe").str()
+tools_describe = str(pathlib.Path(__file__).parent / "tools/describe")
35
36
# If extensions (or modules to document with autodoc) are in another directory,
37
# add these directories to sys.path here. If the directory is relative to the
0 commit comments