remove compass req in readme

This commit is contained in:
Dave Snider 2014-02-06 11:39:34 -08:00
parent dec5831f75
commit 193632f488

View File

@ -81,7 +81,7 @@ Contributing or modifying the theme
=================================== ===================================
The sphinx_rtd_theme is primarily a sass_ project that requires a few other sass libraries. I'm The sphinx_rtd_theme is primarily a sass_ project that requires a few other sass libraries. I'm
using bower_ to manage these dependencies and compass_ to build the css. The good news is using bower_ to manage these dependencies and sass_ to build the css. The good news is
I have a very nice set of grunt_ operations that will not only load these dependecies, but watch I have a very nice set of grunt_ operations that will not only load these dependecies, but watch
for changes, rebuild the sphinx demo docs and build a distributable version of the theme. for changes, rebuild the sphinx demo docs and build a distributable version of the theme.
The bad news is this means you'll need to set up your environment similar to that The bad news is this means you'll need to set up your environment similar to that
@ -96,11 +96,11 @@ Set up your environment
pip install sphinx pip install sphinx
2. Install sass and compass 2. Install sass
.. code:: .. code::
gem install sass compass gem install sass
2. Install node, bower and grunt. 2. Install node, bower and grunt.