File: README.source

package info (click to toggle)
sphinx-rtd-theme 3.0.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,760 kB
  • sloc: python: 350; javascript: 348; makefile: 64; sh: 6
file content (20 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
The `debian/missing-sources` directory contains the SASS sources needed to
build the theme CSS.

The procedure for updating them is as follows:

- Install the latest versions of node.js and npm.
- Install the JavaScript dependencies using `npm install`.
- Copy `bourbon`, `bourbon-neat` and `wyrm` directories from `node_modules`
  to `debian/missing-sources`.

The following components are copied:

Name         | Website                       | WNPP bug | Currently used version
------------ | ----------------------------- | -------- | ----------------------
bourbon      | https://www.bourbon.io/       | #892811  | 4.3.4
bourbon-neat | https://neat.bourbon.io/      |          | 1.9.1
wyrm         | https://github.com/snide/wyrm |          | 1.0.9

Note that only the SASS files and the corresponding documentation are copied,
not the other files.