Skip to content

Commit 2be1619

Browse files
authored
Update doc build (#132)
1 parent d2a495c commit 2be1619

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

ci/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ dependencies:
1414
- ipython
1515
- ipykernel
1616
- pandas
17+
- pydata-sphinx-theme
1718
- pip:
1819
- git+https://github.com/xarray-contrib/cf-xarray
19-
- sphinx-book-theme

doc/examples/introduction.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"source": [
2323
"import cf_xarray\n",
2424
"import numpy as np\n",
25-
"import xarray as xr\n",
26-
"\n",
27-
"xr.set_options(display_style=\"text\") # work around issue 57"
25+
"import xarray as xr"
2826
]
2927
},
3028
{
@@ -1030,7 +1028,7 @@
10301028
"name": "python",
10311029
"nbconvert_exporter": "python",
10321030
"pygments_lexer": "ipython3",
1033-
"version": "3.7.3"
1031+
"version": "3.7.8"
10341032
},
10351033
"toc": {
10361034
"base_numbering": 1,

0 commit comments

Comments
 (0)