ó
öĄ\c           @   s   d  Z  d d l m Z d d l m Z e rk d d l m Z m Z m	 Z	 d d l
 m Z d d l m Z n  d e f d     YZ d	   Z d
 S(   sĪ   
    sphinx.builders.dummy
    ~~~~~~~~~~~~~~~~~~~~~

    Do syntax checks, but no writing.

    :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
i’’’’(   t   Builder(   t   __(   t   Anyt   Dictt   Set(   t   nodes(   t   Sphinxt   DummyBuilderc           B   sY   e  Z d  Z e d  Z e Z d   Z d   Z d d  Z
 d   Z d   Z d   Z RS(	   t   dummys%   The dummy builder generates no files.c         C   s   d  S(   N(    (   t   self(    (    s4   lib/python2.7/site-packages/sphinx/builders/dummy.pyt   init   s    c         C   s
   |  j  j S(   N(   t   envt
   found_docs(   R	   (    (    s4   lib/python2.7/site-packages/sphinx/builders/dummy.pyt   get_outdated_docs!   s    c         C   s   d S(   Nt    (    (   R	   t   docnamet   typ(    (    s4   lib/python2.7/site-packages/sphinx/builders/dummy.pyt   get_target_uri%   s    c         C   s   d  S(   N(    (   R	   t   docnames(    (    s4   lib/python2.7/site-packages/sphinx/builders/dummy.pyt   prepare_writing)   s    c         C   s   d  S(   N(    (   R	   R   t   doctree(    (    s4   lib/python2.7/site-packages/sphinx/builders/dummy.pyt	   write_doc-   s    c         C   s   d  S(   N(    (   R	   (    (    s4   lib/python2.7/site-packages/sphinx/builders/dummy.pyt   finish1   s    N(   t   __name__t
   __module__t   nameR   t   epilogt   Truet   allow_parallelR
   R   t   NoneR   R   R   R   (    (    (    s4   lib/python2.7/site-packages/sphinx/builders/dummy.pyR      s   				c         C   s&   |  j  t  i d d 6t d 6t d 6S(   Nt   builtint   versiont   parallel_read_safet   parallel_write_safe(   t   add_builderR   R   (   t   app(    (    s4   lib/python2.7/site-packages/sphinx/builders/dummy.pyt   setup6   s
    N(   t   __doc__t   sphinx.buildersR    t   sphinx.localeR   t   Falset   typingR   R   R   t   docutilsR   t   sphinx.applicationR   R   R$   (    (    (    s4   lib/python2.7/site-packages/sphinx/builders/dummy.pyt   <module>
   s   