-
Notifications
You must be signed in to change notification settings - Fork 19
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
ValueError: 'theorem ' is not in list #76
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
Hello, Maybe you have solved your problem? I had the same problem. For me, the error was due to the fact that the file isn't included in any toctree. As a consequence, the idx = self.body.index(f"{typ} {number} ") The IMHO, this issue should be fix: for Sphinx, a "ghost file", a file that is not listed by any other ones, raises a warning, not an error. Maybe there should be a verification that |
May I ask for your solution? What is the useless file? Because I am using Ablog, there will be a lot of files... |
I don't know about Ablog, I use sphinx "directly". Basically, I had a file, say
This file, For you, I would suggest:
Hope it helps! |
Thank you for your reply! |
Excellent news! |
Describe the bug
context
While trying to run the simple examples described at https://jupyterbook.org/content/proof.html, I receive an error (for all types).
expectation
I expected jb to render the sphinx-proof directive.
bug
But instead I receive a ValueError:
Reproduce the bug
List your environment
The text was updated successfully, but these errors were encountered: