如何在 Jupyter-book 中引用相对路径

Phi*_*hil 5 python-sphinx jupyter jupyterbook

在 Jupyter-book 中,我正在创建一个 _toc.yml 文件。我有类似的东西 -

- caption: Tutorials
  chapters:
  - file: ../../notebooks/some_notebook
Run Code Online (Sandbox Code Playgroud)

我得到了例外 -

home/code/nwb_datajoint/docs/web-doc/intro.md:: WARNING: toctree contains reference to nonexisting document '../../notebooks/some_notebook' [etoc.ref]
looking for now-outdated files... none found
Run Code Online (Sandbox Code Playgroud)

如何引用 _toc.yml 父目录中的相对目录?