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

writethedocs/website-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

89641f5 · Mar 31, 2017

History

36 Commits
Feb 1, 2017
Mar 31, 2017
Mar 31, 2017
Dec 22, 2016
Feb 20, 2017
Jan 9, 2017
Jan 9, 2017
Feb 5, 2017
Jan 9, 2017
Jan 9, 2017
Jan 9, 2017
Jan 9, 2017
Jan 9, 2017
Jan 9, 2017
Jan 9, 2017

Repository files navigation

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/