Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC] fix the docs local build failure due to corrupt notebook (#6426)
Fixes #6425 #### What does this implement/fix? Explain your changes. <!-- A clear and concise description of what you have implemented. --> This PR resolves the failure when trying to build docs locally. As was shared on Discord ``` Notebook error: JSONDecodeError in examples/00_sktime_intro.ipynb: Expecting value: line 1 column 1 (char 0) make: *** [html] Error 2 ``` After deep inspection, the issue was the notebook that had extra characters that weren't recognized by JSON decoder. I added a fixed file and successfully tested the docs build locally from my environment.
- Loading branch information