================
 conf.py sample
================

.. impressjs:: config
   :data-x: 0
   :data-y: 0
   :data-scale: 1

   *conf.py sample:*

   .. code-block:: python

      # -*- coding: utf-8 -*-
      #
      # -- General configuration -------------------------------------
      
      source_suffix = '.rst'
      master_doc = 'index'
      
      project = u'Sphinx theme for dynamic html presentation style'
      copyright = u'2012, Sphinx-users.jp'
      
      version = '0.1.0'
      
      # -- Options for HTML output -----------------------------------
      
      extensions = ['sphinxjp.themecore']
      html_theme = 'impressjs'
      

.. END
