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'm trying to use a Sphinx extension (sphinxcontrib-jupyter) to convert a collection of RST files to Jupyter notebooks. Trying to generate the Xarray documentation fails with this error:
>>>-------------------------------------------------------------------------
Exception in /home/scubamut/miniconda3/envs/makedocs/xarray/doc/computation.rst at block ending on line 308
Specify :okexcept: as an option in the ipython:: block to suppress this message
File "<ipython-input-56-f15d32fb2f97>", line 1
ValueError: arguments without labels along dimension 'x' cannot be aligned because they have different dimension size(s) {2} than the size of the aligned dimension labels: 3
^
SyntaxError: invalid syntax
<<<-------------------------------------------------------------------------
Problem description
Obviously a problem with computation.rst, but could someone help me please?
The text was updated successfully, but these errors were encountered:
Obviously a problem with computation.rst, but could someone help me please?
I doubt this is an xarray problem: we didn't write the documentation with this use case in mind. If you find a way to solve the problem that doesn't brake our Sphinx documentation, then please let us know!
I'm trying to use a Sphinx extension (sphinxcontrib-jupyter) to convert a collection of RST files to Jupyter notebooks. Trying to generate the Xarray documentation fails with this error:
Problem description
Obviously a problem with computation.rst, but could someone help me please?
The text was updated successfully, but these errors were encountered: