Skip to content
This repository was archived by the owner on Apr 18, 2018. It is now read-only.

Commit 759b7df

Browse files
committed
How to update
1 parent 9809451 commit 759b7df

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Theme for writethedocs.org
2+
3+
To make changes to the theme
4+
5+
1. Edit the relevant sass file in `src/sass/`.
6+
2. Run `gulp sass` to translate to css in `dist`.
7+
3. Run `gulp minify-css` to minify the css in `dist`.
8+
4. Copy the updated CSS files to the `www` repository with something like:
9+
10+
```
11+
cp dist/styles.min.css ../www/docs/_static/dist/
12+
cp dist/css/styles.css ../www/docs/_static/dist/css/
13+
```

0 commit comments

Comments
 (0)