B
    \                 @   sN   d Z ddlZddlmZ ddlmZ dd ZedkrJejded	d
 e  dS )z
    sphinx.quickstart
    ~~~~~~~~~~~~~~~~~

    This file has moved to :py:mod:`sphinx.cmd.quickstart`.

    :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    N)main)RemovedInSphinx20Warningc              O   s*   t jdtdd | dd  } t| | d S )NzG`sphinx.quickstart.main()` has moved to `sphinx.cmd.quickstart.main()`.   )
stacklevel   )warningswarnr   _main)argskwargs r   0lib/python3.7/site-packages/sphinx/quickstart.pyr      s    r   __main__z9`sphinx.quickstart` has moved to `sphinx.cmd.quickstart`.r   )r   )	__doc__r   Zsphinx.cmd.quickstartr   r	   Zsphinx.deprecationr   __name__r   r   r   r   r   <module>
   s   