B
    \                 @   sH   d Z ddlZddlmZ ddlmZ ejZG dd dejZdd ZdS )	a  
    sphinx.make_mode
    ~~~~~~~~~~~~~~~~

    sphinx-build -M command-line handling.

    This replaces the old, platform-dependent and once-generated content
    of Makefile / make.bat.

    This is in its own module so that importing it is fast.  It should not
    import the main Sphinx modules (like sphinx.applications, sphinx.builders).

    :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    N)	make_mode)RemovedInSphinx30Warningc                   s   e Zd Z fddZ  ZS )Makec                s$   t jdtdd tt| j|  d S )NzRsphinx.make_mode.Make is deprecated. Please use sphinx.cmd.make_mode.Make instead.   )
stacklevel)warningswarnr   superr   __init__)selfargs)	__class__ /lib/python3.7/site-packages/sphinx/make_mode.pyr
      s    
zMake.__init__)__name__
__module____qualname__r
   __classcell__r   r   )r   r   r      s   r   c             C   s   t jdtdd t| S )Nzhsphinx.make_mode.run_make_mode() is deprecated. Please use sphinx.cmd.make_mode.run_make_mode() instead.r   )r   )r   r   r   r   run_make_mode)r   r   r   r   r   #   s    
r   )	__doc__r   Z
sphinx.cmdr   Zsphinx.deprecationr   ZBUILDERSr   r   r   r   r   r   <module>   s   