This commit is contained in:
Dave Snider 2013-10-17 13:31:20 -07:00
parent a2cbb0fbf0
commit b5ee47b588

View File

@ -7,7 +7,7 @@
Read the Docs Sphinx Theme Read the Docs Sphinx Theme
************************** **************************
This is a prototype mobile-friendly sphinx theme I made for _readthedocs.org. It's This is a prototype mobile-friendly sphinx_ theme I made for readthedocs.org_. It's
currently in development and includes some rtd variable checks that can be ignored currently in development and includes some rtd variable checks that can be ignored
if you're just tyring to use it on your project outside of that site. if you're just tyring to use it on your project outside of that site.
@ -26,9 +26,9 @@ conf.py file:
Contributing or modifying the theme Contributing or modifying the theme
=================================== ===================================
To work on this theme you'll need to install _bower. Then simply run a ``bower install`` in the To work on this theme you'll need to install bower_. Then simply run a ``bower install`` in the
root directory to install the dependencies. Once installed, make your sass changes to the root directory to install the dependencies. Once installed, make your sass changes to the
``sphix_rtd_theme/sass`` directory, making sure to use _compass to compile down to css. ``sphix_rtd_theme/sass`` directory, making sure to use compass_ to compile down to css.
If you'd like to see your changes made to master, send me a pull request. If you'd like to see your changes made to master, send me a pull request.