mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
remove compass req in readme
This commit is contained in:
parent
dec5831f75
commit
193632f488
|
@ -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
|
||||
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
|
||||
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
|
||||
|
@ -96,11 +96,11 @@ Set up your environment
|
|||
|
||||
pip install sphinx
|
||||
|
||||
2. Install sass and compass
|
||||
2. Install sass
|
||||
|
||||
.. code::
|
||||
|
||||
gem install sass compass
|
||||
gem install sass
|
||||
|
||||
2. Install node, bower and grunt.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user