File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ default_language_version:
13
13
14
14
repos :
15
15
- repo : " https://github.com/pycontribs/mirrors-prettier"
16
- rev : v3.5.3
16
+ rev : v3.6.2
17
17
hooks :
18
18
- id : prettier
19
19
# Exclude the HTML, since it doesn't understand Jinja2
22
22
exclude : .+\.html|webpack\.config\.js|tests/test_a11y/
23
23
24
24
- repo : " https://github.com/astral-sh/ruff-pre-commit"
25
- rev : " v0.11.12 "
25
+ rev : " v0.12.11 "
26
26
hooks :
27
27
- id : ruff
28
28
args : [--exit-non-zero-on-fix]
41
41
types_or : ["html"]
42
42
43
43
- repo : " https://github.com/PyCQA/doc8"
44
- rev : v1.1.2
44
+ rev : v2.0.0
45
45
hooks :
46
46
- id : doc8
47
47
56
56
- id : remove-metadata
57
57
58
58
- repo : " https://github.com/thibaudcolas/pre-commit-stylelint"
59
- rev : v16.20.0
59
+ rev : v16.23.1
60
60
hooks :
61
61
- id : stylelint
62
62
# automatically fix .scss files where possible
67
67
68
68
69
69
- repo : " https://github.com/pre-commit/pre-commit-hooks"
70
- rev : v5 .0.0
70
+ rev : v6 .0.0
71
71
hooks :
72
72
- id : trailing-whitespace
73
73
- id : end-of-file-fixer
Original file line number Diff line number Diff line change @@ -12,15 +12,12 @@ The CSS and JS for this theme are built for the browser from `src/pydata_sphinx_
12
12
[ webpack] ( https://webpack.js.org/ ) . The main entry points are:
13
13
14
14
- CSS: ` src/pydata_sphinx_theme/assets/styles/pydata-sphinx-theme.scss `
15
-
16
15
- the main part of the theme assets
17
16
- customizes [ Bootstrap] ( https://getbootstrap.com/ ) with [ Sass] ( https://sass-lang.com )
18
17
19
18
- JS: ` src/pydata_sphinx_theme/assets/scripts/pydata-sphinx-theme.js `
20
-
21
19
- provides add-on Bootstrap features, as well as some custom navigation behavior
22
20
23
21
- webpack: ` webpack.config.js `
24
-
25
22
- captures the techniques for transforming the JS and CSS source files in
26
23
` src/pydata_sphinx_theme/assets/* ` into the production assets in ` src/theme/pydata_sphinx_theme/static/ `
Original file line number Diff line number Diff line change @@ -223,12 +223,10 @@ You may skip the need to manually define the link text by [activating the MyST L
223
223
For example:
224
224
225
225
- ** reStructuredText**
226
-
227
226
- ` https://github.com/pydata/pydata-sphinx-theme/pull/1012 `
228
227
- https://github.com/pydata/pydata-sphinx-theme/pull/1012
229
228
230
229
- ** MyST Markdown (default)**
231
-
232
230
- ` [https://github.com/pydata/pydata-sphinx-theme/pull/1012](https://github.com/pydata/pydata-sphinx-theme/pull/1012) `
233
231
- [ https://github.com/pydata/pydata-sphinx-theme/pull/1012 ] ( https://github.com/pydata/pydata-sphinx-theme/pull/1012 )
234
232
You can’t perform that action at this time.
0 commit comments