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:
1313
1414repos :
1515 - repo : " https://github.com/pycontribs/mirrors-prettier"
16- rev : v3.5.3
16+ rev : v3.6.2
1717 hooks :
1818 - id : prettier
1919 # Exclude the HTML, since it doesn't understand Jinja2
2222 exclude : .+\.html|webpack\.config\.js|tests/test_a11y/
2323
2424 - repo : " https://github.com/astral-sh/ruff-pre-commit"
25- rev : " v0.11.12 "
25+ rev : " v0.12.11 "
2626 hooks :
2727 - id : ruff
2828 args : [--exit-non-zero-on-fix]
4141 types_or : ["html"]
4242
4343 - repo : " https://github.com/PyCQA/doc8"
44- rev : v1.1.2
44+ rev : v2.0.0
4545 hooks :
4646 - id : doc8
4747
5656 - id : remove-metadata
5757
5858 - repo : " https://github.com/thibaudcolas/pre-commit-stylelint"
59- rev : v16.20.0
59+ rev : v16.23.1
6060 hooks :
6161 - id : stylelint
6262 # automatically fix .scss files where possible
6767 - stylelint-config-standard-scss@13.1.0
6868
6969 - repo : " https://github.com/pre-commit/pre-commit-hooks"
70- rev : v5 .0.0
70+ rev : v6 .0.0
7171 hooks :
7272 - id : trailing-whitespace
7373 - 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_
1212[ webpack] ( https://webpack.js.org/ ) . The main entry points are:
1313
1414- CSS: ` src/pydata_sphinx_theme/assets/styles/pydata-sphinx-theme.scss `
15-
1615 - the main part of the theme assets
1716 - customizes [ Bootstrap] ( https://getbootstrap.com/ ) with [ Sass] ( https://sass-lang.com )
1817
1918- JS: ` src/pydata_sphinx_theme/assets/scripts/pydata-sphinx-theme.js `
20-
2119 - provides add-on Bootstrap features, as well as some custom navigation behavior
2220
2321- webpack: ` webpack.config.js `
24-
2522 - captures the techniques for transforming the JS and CSS source files in
2623 ` 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
223223For example:
224224
225225- ** reStructuredText**
226-
227226 - ` https://github.com/pydata/pydata-sphinx-theme/pull/1012 `
228227 - https://github.com/pydata/pydata-sphinx-theme/pull/1012
229228
230229- ** MyST Markdown (default)**
231-
232230 - ` [https://github.com/pydata/pydata-sphinx-theme/pull/1012](https://github.com/pydata/pydata-sphinx-theme/pull/1012) `
233231 - [ https://github.com/pydata/pydata-sphinx-theme/pull/1012 ] ( https://github.com/pydata/pydata-sphinx-theme/pull/1012 )
234232
You can’t perform that action at this time.
0 commit comments