ó
öÀ„\c           @   sN   d  Z  y d d l m Z Wn e k
 r3 e Z n Xd e f d „  ƒ  YZ d S(   sÓ   
    sphinx.util.build_phase
    ~~~~~~~~~~~~~~~~~~~~~~~

    Build phase of Sphinx application.

    :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iÿÿÿÿ(   t   IntEnumt
   BuildPhasec           B   s,   e  Z d  Z d Z d Z d Z d Z d Z RS(   s"   Build phase of Sphinx application.i   i   i   i   (   t   __name__t
   __module__t   __doc__t   INITIALIZATIONt   READINGt   CONSISTENCY_CHECKt	   RESOLVINGt   WRITING(    (    (    s6   lib/python2.7/site-packages/sphinx/util/build_phase.pyR      s   N(   R   t   enumR    t   ImportErrort   objectR   (    (    (    s6   lib/python2.7/site-packages/sphinx/util/build_phase.pyt   <module>
   s
   
