From 3fe30ec45010244e68dff2139c4ef9e22ab278ff Mon Sep 17 00:00:00 2001 From: scharlottej13 Date: Fri, 3 Jun 2022 15:28:41 -0700 Subject: [PATCH] update dask-sphinx-theme --- doc/requirements-docs.txt | 2 +- doc/source/conf.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/requirements-docs.txt b/doc/requirements-docs.txt index cd2809d1b..50eda633e 100644 --- a/doc/requirements-docs.txt +++ b/doc/requirements-docs.txt @@ -2,4 +2,4 @@ numpydoc sphinx sphinx-reredirects sphinxcontrib-mermaid -dask_sphinx_theme>=2 +dask-sphinx-theme>=3.0.0 diff --git a/doc/source/conf.py b/doc/source/conf.py index 48747b1aa..1e56bd705 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -86,7 +86,9 @@ exclude_patterns = [] # The name of the Pygments (syntax highlighting) style to use. -pygments_style = "default" +# Commenting this out for now, if we register dask pygments, +# then eventually this line can be: +# pygments_style = "dask" # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False