Skip to content

Commit

Permalink
Fix RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
stefraynaud committed Jul 17, 2023
1 parent 88a2455 commit 15354c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
'use_jupyter_lab': True,
},
}

# %% IPython
ipython_warning_is_error = False

# %% User directives

Expand Down
1 change: 1 addition & 0 deletions xoa/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ def plot_minimap(
Example
-------
.. ipython:: python
:okwarning:
@suppress
import xarray as xr, numpy as np, matplotlib.pyplot as plt
Expand Down

0 comments on commit 15354c2

Please sign in to comment.