Closed jakirkham closed 9 years ago
Is there a reason the text in your output is out of order?
How do you mean? Are you referring to sphinx
being installed first? If so, I'm thinking it has to do with the circular dependency between sphinx
( https://github.com/sphinx-doc/sphinx/blob/master/setup.py#L56 ) and sphinx_rtd_theme
( https://github.com/snide/sphinx_rtd_theme/blob/master/requirements.txt#L1 ).
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 conda
update very recently. Is it possible that could have caused the change?
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
( https://github.com/conda/conda-build/issues/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
( https://github.com/sphinx-doc/sphinx/issues/1845 ), or if there is other issue with building.