fix finding the describe script during the doc build

This commit is contained in:
Jeff Epler 2022-02-15 09:06:27 -06:00
parent c4c7a6ff62
commit 27f2c450ba
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ from sphinx.transforms import SphinxTransform
from docutils import nodes
from sphinx import addnodes
tools_describe = (pathlib.Path(__file__).parent / "tools/describe").str()
tools_describe = str(pathlib.Path(__file__).parent / "tools/describe")
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the