From a2cbb0fbf0668607953e260de65b31ecac1f7f27 Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Thu, 17 Oct 2013 13:29:09 -0700 Subject: [PATCH] readme --- README.md | 4 ---- README.rst | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 4 deletions(-) delete mode 100644 README.md create mode 100644 README.rst diff --git a/README.md b/README.md deleted file mode 100644 index 8243bcab..00000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -sphinx-rtd-theme -================ - -Sphinx theme for readthedocs.org diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..d822593f --- /dev/null +++ b/README.rst @@ -0,0 +1,39 @@ +.. _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. + +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. + + + + + +