Skip to content

Commit

Permalink
Update docs theme for rebranding (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlottej13 committed Jun 6, 2022
1 parent 088ac4e commit ac0ca25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: 22.1.0
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- ipython
- sphinx
- pip:
- dask_sphinx_theme>=2
- dask-sphinx-theme>=3.0.0
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

# 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"


# -- Options for HTML output -------------------------------------------------
Expand Down

0 comments on commit ac0ca25

Please sign in to comment.