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 was following the instructions to build the docs locally, using xarray/ci/requirements-py36 as test environment.
When running make html in the xarray/doc folder, I get this:
xarray: 0.12.1+9.gfad6d624.dirty, /Users/juliusbusecke/Work/CODE/PYTHON/xarray/xarray/__init__.py
Extension error:
Could not import extension IPython.sphinxext.ipython_directive (exception: No module named 'IPython')
make: *** [html] Error 2
(test_env)
After installing ipython with conda install ipython, the build works properly.
Should this line conda install -c conda-forge sphinx sphinx_rtd_theme sphinx-gallery numpydoc be updated to: conda install -c conda-forge sphinx sphinx_rtd_theme sphinx-gallery numpydoc ipython ?
Or am I overlooking something?
The text was updated successfully, but these errors were encountered:
Code Sample, a copy-pastable example if possible
I was following the instructions to build the docs locally, using
xarray/ci/requirements-py36
as test environment.When running
make html
in thexarray/doc
folder, I get this:After installing ipython with
conda install ipython
, the build works properly.Should this line
conda install -c conda-forge sphinx sphinx_rtd_theme sphinx-gallery numpydoc
be updated to:conda install -c conda-forge sphinx sphinx_rtd_theme sphinx-gallery numpydoc ipython
?Or am I overlooking something?
The text was updated successfully, but these errors were encountered: