-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
it doesn't pull docstrings from python sources #2
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
Comments
This is due to the fact that we are autogenerating our own conf.py's and disallowing extensions that might execute arbitrary python code. We can whitelist your project and those parts should build correctly. |
Ah, I see. Do you think you could please white list my project? |
Sure, done and rebuilt. |
Indeed, it now works. Thanks for fixing it --- this was the last big bug, that annoyed me. I think it's now very usable for sympy. Except the issue #1, I guess I shouldn't have deleted the project. Well.... |
I can remove the old one and put yours in it's spot. Just haven't made that work through the front end yet. |
Note that this will change the slug on your urls, but if you haven't used them much, it shouldn't be a problem. |
Yes, if you could please do that, that'd be absolutely awesome. Thanks again! |
Cool. Should be working now. As well as http://sympy.readthedocs.org/ -- cheers. |
Support private repositories and cleanup
Parent project can't already be a translation
For the sympy documentation, it doesn't seem to be pulling docstrings from the sympy source code:
See e.g. the preview function:
http://readthedocs.org/projects/certik/sympy-docs/docs/modules/printing.html#preview
and the source code, that should pull the docstring:
http://readthedocs.org/projects/certik/sympy-docs/docs/_sources/modules/printing.txt
and here is how it is supposed to look:
http://docs.sympy.org/modules/printing.html#module-sympy.printing.preview
The text was updated successfully, but these errors were encountered: