File tree Expand file tree Collapse file tree 4 files changed +8
-18
lines changed Expand file tree Collapse file tree 4 files changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ submodules:
1919build :
2020 os : ubuntu-22.04
2121 tools :
22- python : " 3.11 "
22+ python : " 3.12 "
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ class EC2Cluster(VMCluster):
455455 ... bootstrap=False,
456456 ... filesystem_size=120,
457457 ... env_vars=get_aws_credentials()) # Pass credentials to Cluster see Notes section for info
458- =======
458+
459459
460460 Enable SSH for debugging
461461
Original file line number Diff line number Diff line change 1- # We have to set minimal versions to avoid searches over old versions whose metadata is incompatible with the latest pip
2- numpydoc<2,>=1.5.0
3- docutils<0.17,>=0.16
4- sphinx<5,>=4.0.0
5- dask-sphinx-theme<4,>=3.0.5
6- # FIXME: This workaround is required until we have sphinx>=5, as enabled by
7- # dask-sphinx-theme no longer pinning sphinx-book-theme==0.2.0. This is
8- # tracked in https://github.com/dask/dask-sphinx-theme/issues/68.
9- #
10- sphinxcontrib-applehelp<1.0.5,>=1.0.0
11- sphinxcontrib-devhelp<1.0.6,>=1.0.0
12- sphinxcontrib-htmlhelp<2.0.5,>=2.0.0
13- sphinxcontrib-serializinghtml<1.1.10,>=1.0.0
14- sphinxcontrib-qthelp<1.0.7,>=1.0.0
1+ numpydoc
2+ docutils
3+ sphinx>=8
4+ dask-sphinx-theme>=4.0.0
Original file line number Diff line number Diff line change 7878#
7979# This is also used if you do content translation via gettext catalogs.
8080# Usually you set "language" from the command line for these cases.
81- language = None
81+ language = "en"
8282
8383# List of patterns, relative to source directory, that match files and
8484# directories to ignore when looking for source files.
112112# Add any paths that contain custom static files (such as style sheets) here,
113113# relative to this directory. They are copied after the builtin static files,
114114# so a file named "default.css" will overwrite the builtin "default.css".
115- html_static_path = ["_static" ]
115+ html_static_path = []
116116
117117# Custom sidebar templates, must be a dictionary that maps document names
118118# to template names.
You can’t perform that action at this time.
0 commit comments