Skip to content

Commit

Permalink
[DOC] fix the docs local build failure due to corrupt notebook (#6426)
Browse files Browse the repository at this point in the history
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
fnhirwa authored May 16, 2024
1 parent e383fed commit 70748d7
Showing 1 changed file with 107 additions and 136 deletions.
Loading

0 comments on commit 70748d7

Please sign in to comment.