##// END OF EJS Templates
Ignore `.ipynb_checkpoints` when building docs (#13929)...
Ignore `.ipynb_checkpoints` when building docs (#13929) This is a small thing - when editing the docs from JupyterLab Desktop, any file opened will leave `.ipynb_checkpoints` temp directory. Editing documentation in Jupyter itself is quite common especially when using spinx-myst and it is convenient enough for me, but without this change Sphinx errors out on every other build.

File last commit:

r27843:667f3cbe
r28085:a478e662 merge
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)