title: teedoc build problems keywords: teedoc, build, error, problem
You can view the problems and solutions already mentioned at github issue, and you can also submit problems, and you are welcome to find problems, modify the code and submit PR
Need upgrade nbconvert
:
pip3 install --upgrade nbconvert
Firstly, try to upgrade teedoc
by:
pip install -U teedoc
Then update plugins in your doc directory:
teedoc install
If problems remain exists, create issue on github
It only appears when using teedoc serve
, that is, the number of files monitored has reached the upper limit set by the system.
It usually happens when a large number of files are detected by the software, and the common situations are as follows:
vscode
opens a folder with a lot of files. Turning off this kind of software or opening fewer files (folders) will usually solve the problem, refer to error ENOSPC