-
Notifications
You must be signed in to change notification settings - Fork 427
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
Building sphinx from skeleton fails #381
Comments
Is there a reason the text in your output is out of order? |
How do you mean? Are you referring to |
Never mind. I was confused by some of the output. |
No worries. |
@asmeurer the build was successful on my system. |
This also now works for me. I believe there was a |
Hi there, thank you for your contribution! This issue has been automatically locked because it has not had recent activity after being closed. Please open a new issue if needed. Thanks! |
Due to the issue with building sphinx via
pipbuild
( #380 ), I usedpipbuild
on all of sphinx's dependencies and uploaded them to a binstar channel that is in my config file. In other words, they should install easily.I then generated a skeleton for
sphinx
viaconda skeleton pypi sphinx
and ran then attempted to build it viaconda build sphinx
. This failed due to an inability to importsphinx
as seen below.I am not sure if I am do something wrong, if this is related to a cyclic import between
sphinx
andsphinx_rtd_theme
( sphinx-doc/sphinx#1845 ), or if there is other issue with building.The text was updated successfully, but these errors were encountered: