-
-
Notifications
You must be signed in to change notification settings - Fork 662
fixes for single-file doc-builder #40431
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
Conversation
@jhpalmieri : would you be interested in that ? |
1 similar comment
@jhpalmieri : would you be interested in that ? |
Maybe this fixes #30475? |
no, this still does not work for single files inside sage own code. Same for a file that I picked at random inside lmfdb But it works for my own personal files, and it's my use case. |
Documentation preview for this PR (built with commit ec3b61e; changes) is ready! 🎉 |
This only works for me if I do
and the documentation is not built correctly. |
I am dropping the case, sorry. |
This is restoring the ability to build the doc for any user-provided single file.
This has been broken since long. Now redone and using
pathlib.Path
📝 Checklist