File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
3
build :
4
- os : ubuntu-22.04
4
+ os : ubuntu-lts-latest
5
5
tools :
6
- python : mambaforge-4.10
6
+ python : mambaforge-latest
7
7
jobs :
8
8
post_checkout :
9
9
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
4
4
- conda-forge
5
5
- nodefaults
6
6
dependencies :
7
- - python=3.10
7
+ - python=3.12
8
8
- bottleneck
9
9
- cartopy
10
10
- cfgrib
@@ -40,6 +40,7 @@ dependencies:
40
40
- sphinx-design
41
41
- sphinx-inline-tabs
42
42
- sphinx>=5.0
43
+ - sphinx-remove-toctrees
43
44
- sphinxext-opengraph
44
45
- sphinxext-rediraffe
45
46
- zarr>=2.10
Original file line number Diff line number Diff line change 88
88
"sphinxext.rediraffe" ,
89
89
"sphinx_design" ,
90
90
"sphinx_inline_tabs" ,
91
+ "sphinx_remove_toctrees" ,
91
92
]
92
93
93
94
198
199
# The master toctree document.
199
200
master_doc = "index"
200
201
202
+ remove_from_toctrees = ["generated/*" ]
203
+
201
204
# General information about the project.
202
205
project = "xarray"
203
206
copyright = f"2014-{ datetime .datetime .now ().year } , xarray Developers"
244
247
repository_url = "https://github.com/pydata/xarray" ,
245
248
repository_branch = "main" ,
246
249
navigation_with_keys = False , # pydata/pydata-sphinx-theme#1492
250
+ navigation_depth = 4 ,
247
251
path_to_docs = "doc" ,
248
252
use_edit_page_button = True ,
249
253
use_repository_button = True ,
You can’t perform that action at this time.
0 commit comments