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

writethedocs/website-theme

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/
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published