Skip to content

Commit 0f213fc

Browse files
Update docs theme for rebranding (#238)
1 parent 3976443 commit 0f213fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
shell: bash -l {0}
2121
run: |
2222
conda install -c conda-forge nbconvert nbformat jupyter_client ipykernel
23-
pip install nbsphinx dask-sphinx-theme sphinx
23+
pip install nbsphinx dask-sphinx-theme>=3.0.0 sphinx
2424
- name: Build
2525
shell: bash -l {0}
2626
run: |

conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@
8383
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '**.ipynb_checkpoints']
8484

8585
# The name of the Pygments (syntax highlighting) style to use.
86-
pygments_style = 'sphinx'
86+
# Commenting this out for now, if we register dask pygments,
87+
# then eventually this line can be:
88+
# pygments_style = "dask"
8789

8890

8991
# -- Options for HTML output -------------------------------------------------

0 commit comments

Comments
 (0)