We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa7f96 commit af0a959Copy full SHA for af0a959
docs/create_toc.py
@@ -3,6 +3,6 @@
3
4
# This script provides a platform-independent way of making the jupyter-book call (used in pyproject.toml)
5
toc_file = Path(__file__).parent / "_toc.yml"
6
-cmd = f"jupyter-book toc from-project docs -e .rst -e .md -e .ipynb >{toc_file}"
+cmd = f'jupyter-book toc from-project docs -e .rst -e .md -e .ipynb >"{toc_file}"'
7
print(cmd)
8
os.system(cmd)
0 commit comments