-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPYNB format document can not show in the right way #8408
Comments
Hello @BAOOOOOM , are you able to build your documentation locally? If so, what result do you get? This should clarify if the problem is on the Read the Docs side or on your Sphinx configuration. If I'm not mistaken, you're using nbsphinx to load your notebooks, including https://github.com/bigdata-ustc/EduNLP/blob/docs_dev/examples/sif/sif.ipynb, is that right? Are there other notebook files that show correctly? |
If I build the documentation locally, it shows without mistake. I use nbsphinx to load the notebooks, but others don't go bad. Thank you! |
@BAOOOOOM I just cloned your Moreover, the Therefore, initially one would think that something broke between At this point, I think it will be more productive if you debug the issue locally a bit more and try to narrow down what the problem is. |
Thank you very much. The promble seems to have appeared with nbsphinx 0.8.7. And it has a method to address the problem in spatialaudio/nbsphinx#595 |
I see, thanks for the update! Closing |
Details
Please read the Docs project URL: https://edunlp.readthedocs.io/en/docs_dev/build/blitz/sif/sif.html
Expected Result
When I click the picture, the link should show in ipynb format(just like stable editon URL:https://edunlp.readthedocs.io/en/stable/build/blitz/sif/sif.html ) .
![image](https://user-images.githubusercontent.com/82091145/129441453-2dface88-a8c4-4db4-b06d-7544b019a580.png)
Actual Result
After I update some documents(In docs_dev editon URL:https://edunlp.readthedocs.io/en/docs_dev/build/blitz/sif/sif.html ), it show in txt format, just like it:
![image](https://user-images.githubusercontent.com/82091145/129441478-fbd22eb4-3ebb-413b-9751-ef88a791f30c.png)
The text was updated successfully, but these errors were encountered: