-
Notifications
You must be signed in to change notification settings - Fork 97
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
docker and doc fix-ups #1166
docker and doc fix-ups #1166
Conversation
69ef788
to
e2fe861
Compare
I had the same error where one of the constructs test kept failing. This is the fix I found #1156 (comment) |
I haven't had issues with the parallel tests fairly so frequently until now... I may have to undo the work I did to attempt to run them in parallel... |
Force merging since this has to do with stability of the build |
Description
numpy is technically needed for the fftmonitor, but since that's the only thing that uses it I think we've intentionally omitted it from our dependency list... this breaks the documentation generator though, since it tries import the package-- previously this was installed via the generator (somehow) -- now we're explicitly installing the dependency in the tox.ini command that's used to run the documentation generator
Don't run autoremove in the dockerfile, this seems to be uninstalling
enchant
or something else that thepyenchant
package needsFix Sphinx config error seen in recent release:
API compatibility
N/A