diff --git a/docs/requirements.txt b/docs/requirements.txt index 8a17a5ca..82e086c8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ # cd docs # make html # -dask-sphinx-theme +dask-sphinx-theme>=3.0.0 myst-parser sphinx diff --git a/docs/source/conf.py b/docs/source/conf.py index b369a709..4d8fbbe7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,7 +12,9 @@ source_suffix = [".rst", ".md"] root_doc = master_doc = "index" language = None -pygments_style = "sphinx" +# Commenting this out for now, if we register dask pygments, +# then eventually this line can be: +# pygments_style = "dask" exclude_patterns = [] # Sphinx Extensions