Skip to content

Dockerfile: unresolvable build #170

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

Closed
trevorcampbell opened this issue Jul 11, 2023 · 2 comments · Fixed by #299
Closed

Dockerfile: unresolvable build #170

trevorcampbell opened this issue Jul 11, 2023 · 2 comments · Fixed by #299
Labels
bug Something isn't working needs-investigation Further information is requested

Comments

@trevorcampbell
Copy link
Contributor

Currently the docker file can't be built. See executablebooks/sphinx-external-toc#95 for more info. I believe it can be solved by fixing an issue with dependencies in sphinx-external-toc.

@trevorcampbell trevorcampbell added bug Something isn't working waiting labels Jul 11, 2023
@trevorcampbell
Copy link
Contributor Author

Temporary solution is to just use pip to install things, which is way less finicky about resolving dependencies.

Fixed in d284670 but I'll leave this open and come back to it once upstream is fixed.

@trevorcampbell
Copy link
Contributor Author

This is now fixed upstream. Need to try installing things from conda now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment