[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/twilio-php/docs/_themes/ -> README.rst (source)

   1  krTheme Sphinx Style
   2  ====================
   3  
   4  This repository contains sphinx styles Kenneth Reitz uses in most of 
   5  his projects. It is a drivative of Mitsuhiko's themes for Flask and Flask related
   6  projects.  To use this style in your Sphinx documentation, follow
   7  this guide:
   8  
   9  1. put this folder as _themes into your docs folder.  Alternatively
  10     you can also use git submodules to check out the contents there.
  11  
  12  2. add this to your conf.py: ::
  13  
  14      sys.path.append(os.path.abspath('_themes'))
  15      html_theme_path = ['_themes']
  16      html_theme = 'flask'
  17  
  18  The following themes exist:
  19  
  20  **kr**
  21      the standard flask documentation theme for large projects
  22  
  23  **kr_small**
  24      small one-page theme.  Intended to be used by very small addon libraries.
  25  


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1