From 22c7684f80552cb93ee240c9f73475ff0c4eecda Mon Sep 17 00:00:00 2001 From: scharlottej13 Date: Fri, 3 Jun 2022 17:27:53 -0700 Subject: [PATCH 1/2] bump pre-commit python version --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cab1e2e..2b4e05b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/psf/black - rev: stable + rev: 22.3.0 hooks: - id: black - language_version: python3.7 + language_version: python3.8 - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.9 + rev: 3.9.2 hooks: - id: flake8 - language_version: python3.7 + language_version: python3.8 From 7477beb7af9b97ff1452a5ea332fec581a5e9665 Mon Sep 17 00:00:00 2001 From: scharlottej13 Date: Fri, 3 Jun 2022 17:30:27 -0700 Subject: [PATCH 2/2] update dask-sphinx-theme --- docs/requirements-docs.txt | 2 +- docs/source/conf.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 63cddf2..da29761 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,4 +1,4 @@ numpydoc sphinx sphinxcontrib.autoprogram -dask_sphinx_theme>=1.1.0 +dask-sphinx-theme>=3.0.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index 70d8c26..79d5824 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,4 +19,6 @@ templates_path = ["_templates"] html_static_path = ["_static"] htmlhelp_basename = "dask-yarndoc" -pygments_style = "default" +# Commenting this out for now, if we register dask pygments, +# then eventually this line can be: +# pygments_style = "dask"