Hi @mmcky , when I use the command jupyter-book build ctmc_lectures/ to build html files from the original files, I come across 4 issues:
970 : WARNING: duplicate citation,
OSError: [Errno 24] Too many open files,
ValueError,
AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
Please find the screenshot for the execution and those issues with red labels below:

However, when I use the command jupyter-book page path/xx.md to build HTML files for those md-myst files separately, it works well.
Do you think how I should improve those issues? I look forward to your comments.
Hi @mmcky , when I use the command
jupyter-book build ctmc_lectures/to build html files from the original files, I come across 4 issues:970 : WARNING: duplicate citation,OSError: [Errno 24] Too many open files,ValueError,AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'Please find the screenshot for the execution and those issues with red labels below:

However, when I use the command
jupyter-book page path/xx.mdto build HTML files for those md-myst files separately, it works well.Do you think how I should improve those issues? I look forward to your comments.