Skip to content

Commit 042dcbb

Browse files
authored
Remove unsupported sphinx theme option (#226)
* Update pre-commit * Remove unsupported sphinx theme option
1 parent 0106264 commit 042dcbb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -14,12 +14,12 @@ repos:
1414
- id: check-yaml
1515

1616
- repo: https://github.com/psf/black
17-
rev: 24.3.0
17+
rev: 24.4.2
1818
hooks:
1919
- id: black-jupyter
2020

2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 7.0.0
22+
rev: 7.1.0
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/seed-isort-config
@@ -37,7 +37,7 @@ repos:
3737
- id: prettier
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.9.0
40+
rev: v1.10.1
4141
hooks:
4242
- id: mypy
4343
additional_dependencies: [

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
# further. For a list of options available for each theme, see the
173173
# documentation.
174174
html_theme_options = {
175-
"search_bar_position": "sidebar",
176175
"github_url": "https://github.com/xarray-contrib/xbatcher",
177176
"switcher": {
178177
"json_url": json_url,

0 commit comments

Comments
 (0)