File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed 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