Skip to content
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

Closed
BAOOOOOM opened this issue Aug 14, 2021 · 5 comments
Closed

IPYNB format document can not show in the right way #8408

BAOOOOOM opened this issue Aug 14, 2021 · 5 comments
Labels
Support Support question

Comments

@BAOOOOOM
Copy link

BAOOOOOM commented Aug 14, 2021

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

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

@astrojuanlu
Copy link
Contributor

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?

@BAOOOOOM
Copy link
Author

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!

@humitos humitos added the Support Support question label Aug 16, 2021
@astrojuanlu
Copy link
Contributor

@BAOOOOOM I just cloned your docs_dev branch and obtained the exact same problem, therefore it is not a Read the Docs issue.

Moreover, the master branch is also broken online: https://edunlp.readthedocs.io/en/latest/build/blitz/sif/sif.html

Therefore, initially one would think that something broke between 31eded67 (your stable version) and master. However, I tried rebuilding 31eded67` locally and it also shows an error. Even older commits appear broken as well.

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.

@astrojuanlu astrojuanlu added the Needed: more information A reply from issue author is required label Aug 16, 2021
@BAOOOOOM
Copy link
Author

BAOOOOOM commented Aug 18, 2021

@BAOOOOOM I just cloned your docs_dev branch and obtained the exact same problem, therefore it is not a Read the Docs issue.

Moreover, the master branch is also broken online: https://edunlp.readthedocs.io/en/latest/build/blitz/sif/sif.html

Therefore, initially one would think that something broke between 31eded67 (your stable version) and master. However, I tried rebuilding 31eded67` locally and it also shows an error. Even older commits appear broken as well.

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

@no-response no-response bot removed the Needed: more information A reply from issue author is required label Aug 18, 2021
@astrojuanlu
Copy link
Contributor

I see, thanks for the update! Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Support question
Projects
None yet
Development

No branches or pull requests

3 participants