-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Building docs SyntaxError #5479
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
The codebase is made python3 compatible a time ago, but I don't know if somebody also really tried to build the docs on python 3 (see eg #5488). So there could certainly be some issues. |
IIRC there are compatibility issues with the sphinx plugins, if anyone is interested in getting them to work. Probably just requires a sprinkling of pandas.compat |
or, replacing it with the upstream IPython version, which should already be python 3 compatible. See #5221 |
@Kermit666 and I are taking the route of "sprinkling with |
Closing this since further Python 3 compat work for building documentation will be pursued elsewhere. |
I followed this advice but on
python make.py html
I getI looked into doc/sphinxtest/numpydoc.py and noticed the
u''
strings in the re.* functions. This incompatibility is not documented. ff52cbb says something about "py3 compat", but I am not sure if the "revert" refers to py3 compat or just to "docs".The text was updated successfully, but these errors were encountered: