You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to install a python library (pytorch) from a wheel i have hosted on an s3 server. i have an install script that i run which has been tested separately. upon fixing rtd specific build problems, the build now errors during the build process when running the command: python /home/docs/checkouts/readthedocs.org/user_builds/pyro-ppl/envs/docs-upgrade/bin/sphinx-build -T -E -b readthedocs -d _build/doctrees-readthedocs -D language=en . _build/html
the conf.py file (i am using sphinx) has the following relevant lines:
not really, but i did a workaround, and figured it wasnt worth your time deep diving into it.
what would be really helpful though is to output the immediate commands leading up to the error. if a command errors, that entire command and its output is not outputted in the build log and it becomes hard to debug.
Interesting. I am going to reopen this until someone from core can look at that suggestion, just to make sure this doesn't get lost because it's in a closed issue. Core person: feel free to close this or open a new issue for logging if you think that makes sense!
Details
i am trying to install a python library (pytorch) from a wheel i have hosted on an s3 server. i have an install script that i run which has been tested separately. upon fixing rtd specific build problems, the build now errors during the build process when running the command:
python /home/docs/checkouts/readthedocs.org/user_builds/pyro-ppl/envs/docs-upgrade/bin/sphinx-build -T -E -b readthedocs -d _build/doctrees-readthedocs -D language=en . _build/html
the conf.py file (i am using sphinx) has the following relevant lines:
The text was updated successfully, but these errors were encountered: