Skip to content
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

read the docs build fails because of missing matplotlib #1143

Closed
ltalirz opened this issue Feb 19, 2018 · 0 comments
Closed

read the docs build fails because of missing matplotlib #1143

ltalirz opened this issue Feb 19, 2018 · 0 comments

Comments

@ltalirz
Copy link
Member

ltalirz commented Feb 19, 2018

Due to a sphinx extension introduced by @greschd , the read-the-docs build fails with the error message

Exception occurred:
  File "/home/docs/checkouts/readthedocs.org/user_builds/aiida-core/envs/latest/local/lib/python2.7/site-packages/IPython/sphinxext/ipython_directive.py", line 886, in setup
    import matplotlib
ImportError: No module named matplotlib

Working on a fix, also trying to avoid this problem in the future by using equivalent build environments for building the documentation on travis and read the docs

ltalirz added a commit that referenced this issue Feb 19, 2018
sphuber pushed a commit to sphuber/aiida-core that referenced this issue Feb 27, 2018
* disable matplotlib requirement for rtd (was not needed)
* make sure that travis installs the same python packages as
  rtd for building the docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant