B
    \                 @   s\   d Z ddlZddlZddlmZ ddlmZ ejfddZe	dkrXej
ded	d
 e  dS )z
    sphinx.apidoc
    ~~~~~~~~~~~~~

    This file has moved to :py:mod:`sphinx.ext.apidoc`.

    :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    N)RemovedInSphinx20Warning)mainc             C   s$   t jdtdd t| dd   d S )Nz?`sphinx.apidoc.main()` has moved to `sphinx.ext.apidoc.main()`.   )
stacklevel   )warningswarnr   _main)argv r   ,lib/python3.7/site-packages/sphinx/apidoc.pyr      s
    r   __main__z1`sphinx.apidoc` has moved to `sphinx.ext.apidoc`.r   )r   )__doc__sysr   Zsphinx.deprecationr   Zsphinx.ext.apidocr   r	   r
   __name__r   r   r   r   r   <module>
   s   