Skip to content

Commit 80a2df8

Browse files
Ensure latest dask-sphinx-theme (#480)
1 parent 4f8682b commit 80a2df8

File tree

4 files changed

+8
-18
lines changed

4 files changed

+8
-18
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ submodules:
1919
build:
2020
os: ubuntu-22.04
2121
tools:
22-
python: "3.11"
22+
python: "3.12"

dask_cloudprovider/aws/ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc/requirements-docs.txt

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
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

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
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.
@@ -112,7 +112,7 @@
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.

0 commit comments

Comments
 (0)