diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:56:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:56:52 +0000 |
commit | 087bd1b14d5e1f45f60b1ffa64ca318c23b7c6ea (patch) | |
tree | d4139abfdd8c50b4b0ac84d876808a2f525dc958 /debian/README.source | |
parent | Adding upstream version 2.0.0+dfsg. (diff) | |
download | sphinx-rtd-theme-087bd1b14d5e1f45f60b1ffa64ca318c23b7c6ea.tar.xz sphinx-rtd-theme-087bd1b14d5e1f45f60b1ffa64ca318c23b7c6ea.zip |
Adding debian version 2.0.0+dfsg-1.debian/2.0.0+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/README.source')
-rw-r--r-- | debian/README.source | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..0fe7ff7 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,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. |