-
Notifications
You must be signed in to change notification settings - Fork 132
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
Can't show *.ipynb files rightly #595
Comments
Please click the link if you want to see the html which haven't show *.ipynb files rightly. https://edunlp.readthedocs.io/en/docs_dev/build/blitz/sif/sif.html Thanks! |
I have used the method of #310, but the bug stills existence. |
I had the same problem. Seems to have appeared with nbsphinx 0.8.7. I was able to build my docs correctly with sphinx 4.1.2 and nbsphinx 0.8.6. The main change from 0.8.6 to 0.8.7, concerning this problem, is that the source_suffix = [".rst", ".ipynb"] Thus, |
Yes, I have something similar in your code. Now the problem is sovled. Thank you very much. |
Using a Since |
*.ipynb files can not be shown by nbsphinx. And show as this:
![image](https://user-images.githubusercontent.com/82091145/129562742-240c9f48-1c68-4f63-a8a4-338afcb960e5.png)
Actually, if I use sphinx to build it locally, it can show in right format, just like this:
![image](https://user-images.githubusercontent.com/82091145/129562668-e0d24950-63a3-4404-a79c-671f9a30ec07.png)
Thank you!
The text was updated successfully, but these errors were encountered: