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

How to update #3

Merged
merged 1 commit into from
Feb 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Theme for writethedocs.org

To make changes to the theme

1. Edit the relevant sass file in `src/sass/`.
2. Run `gulp sass` to translate to css in `dist`.
3. Run `gulp minify-css` to minify the css in `dist`.
4. Copy the updated CSS files to the `www` repository with something like:

```
cp dist/styles.min.css ../www/docs/_static/dist/
cp dist/css/styles.css ../www/docs/_static/dist/css/
```