| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/sphinx/cmd/__pycache__/ |
Upload File : |
a
�ab� � @ s� d Z ddlZddlZddlZddlmZ ddlmZ ddlZddlm Z ddl
mZmZm
Z
mZ ddlmZmZ g d�ZG d d
� d
�Zee ed�dd
�ZdS )a�
sphinx.cmd.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-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
� N)�path)�List)�
build_main)�blue�bold�color_terminal�nocolor)�cd�rmtree))� Zhtmlzto make standalone HTML files)r Zdirhtmlz2to make HTML files named index.html in directories)r Z
singlehtmlz to make a single large HTML file)r �picklezto make pickle files)r Zjsonzto make JSON files)r Zhtmlhelpz+to make HTML files and an HTML help project)r Zqthelpz'to make HTML files and a qthelp project)r Zdevhelpz(to make HTML files and a Devhelp project)r Zepubzto make an epub)r �latexz9to make LaTeX files, you can set PAPER=a4 or PAPER=letter)�posixZlatexpdfz.to make LaTeX and PDF files (default pdflatex))r Z
latexpdfjaz8to make LaTeX files and run them through platex/dvipdfmx)r �textzto make text files)r Zmanzto make manual pages)r �texinfozto make Texinfo files)r �infoz3to make Texinfo files and run them through makeinfo)r �gettextzto make PO message catalogs)r Zchangesz9to make an overview of all changed/added/deprecated items)r Zxmlz!to make Docutils-native XML files)r Z pseudoxmlz0to make pseudoxml-XML files for display purposes)r Z linkcheckz)to check all external links for integrity)r Zdoctestz>to run all doctests embedded in the documentation (if enabled))r Zcoveragez7to run coverage check of the documentation (if enabled))r Zcleanz+to remove everything in the build directoryc @ s� e Zd Zeeee dd�dd�Zeed�dd�Zed�d d
�Zdd�dd�Z ed�d
d�Z
ed�dd�Zed�dd�Zed�dd�Z
deeed�dd�ZdS )�MakeN)�srcdir�builddir�opts�returnc C s&