-
Notifications
You must be signed in to change notification settings - Fork 474
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
Sphinx errors #881
Comments
891: Reimplement _Quantity.__iter__ to return an iterator r=hgrecco a=jthielen This PR implements the fix suggested by @crusaderky in #751 (comment). Also, adds a test using `np.iterable()`. - Closes #751 - Closes #760 - Should resolve the `TypeError`s in #881 (not sure if it should close it though, since it looks like there were also some extra warnings to be resolved) Co-authored-by: Jon Thielen <[email protected]>
I am not getting this error any more, @crusaderky can you comment? |
Sorry I won't have access to a computer until Jan 2nd |
On readthedocs, something is going horribly wrong - it's still using Python 2.7, which fails to parse any source file: For the same reason, intersphinx is failing to generate references in objects.inv to pint.UnitRegistry, pint.Quantity, etc. Locally, I'm getting several pages of errors, including (but not limited to) many " WARNING: Unexpected section title." which denote the numpy sphinx markdown isn't installed. |
I have changed read the docs to cpython 3.X. The docs, while not perfect, should be usable for 0.10. |
Downstream of #880, I'm still getting a few errors when running sphinx-build:
The text was updated successfully, but these errors were encountered: