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