1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
f6 theme for Python Sphinx
==========================
f6?
---
A light theme for Python Sphinx documentation projects. Mostly white -> #ffffff -> f6
Preview
-------
http://vimalkumar.in/sphinx-themes/f6
Download
--------
Released versions are available from http://github.com/vkvn/sphinx-themes/downloads
Installation
------------
#. Extract the archive.
#. Modify ``conf.py`` of an existing Sphinx project or create new project using ``sphinx-quickstart``.
#. Change the ``html_theme`` parameter to ``f6``.
#. Change the ``html_theme_path`` to the location containing the extracted archive.
License
-------
`GNU General Public License <http://www.gnu.org/licenses/gpl.html>`_
Credits
-------
Modified from the default Sphinx theme -- Sphinxdoc
Background pattern from http://subtlepatterns.com
|