Skip to content

Commit 18f3d8c

Browse files
committed
Address review comments
1 parent 0917b18 commit 18f3d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def setup(app):
8888
if is_cms_build:
8989
html_theme = "sphinx_rtd_theme"
9090
mermaid_output_format = "png"
91-
mermaid_cmd = str(Path.cwd() / "_build-cms/node_modules/.bin/mmdc")
92-
mermaid_params = ["-p", str(Path.cwd() / "_build-cms/puppeteer-config.json")]
91+
mermaid_cmd = str(Path(__file__).parent / "_build-cms/node_modules/.bin/mmdc")
92+
mermaid_params = ["-p", str(Path(__file__).parent / "_build-cms/puppeteer-config.json")]
9393

9494
# Set the root document to index
9595
root_doc = "index"

0 commit comments

Comments
 (0)