Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
Go to file
2013-10-24 12:35:15 -07:00
sphinx_rtd_theme even smaller badge css 2013-10-24 12:35:15 -07:00
.gitignore basics 2013-10-17 11:44:56 -07:00
bower.json minor fixes 2013-10-22 21:23:06 -07:00
Gruntfile.js spit out compressed versions of css now 2013-10-24 12:22:53 -07:00
LICENSE Initial commit 2013-10-17 10:10:50 -07:00
package.json set up some grunt stuff to automate builds 2013-10-22 21:35:07 -07:00
README.rst test 2013-10-18 15:15:23 -07:00
screen_desktop.png add screens 2013-10-18 07:59:08 -07:00
screen_mobile.png add screens 2013-10-18 07:59:08 -07:00

.. _readthedocs.org: http://www.readthedocs.org
.. _bower: http://www.bower.io
.. _sphinx: http://www.sphinx-doc.org
.. _compass: http://www.compass-style.org

**************************
Read the Docs Sphinx Theme
**************************

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 
if you're just tyring to use it on your project outside of that site.

.. image:: screen_desktop.png
    :width: 100%

.. image:: screen_mobile.png
    :width: 100%

Installation
============

Symlink the ``sphinx_rtd_theme/sphinx_rtd_theme`` repository into your documentation at 
``docs/_themes/sphinx_rtd_theme`` then add the following two settings to your Sphinx 
conf.py file:

.. code-block:: 

    html_theme = "sphinx_rtd_theme"
    html_theme_path = ["_themes", ]

Contributing or modifying the theme
===================================

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 
``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.