| 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/__pycache__/ |
Upload File : |
a
�abq � @ s� d dl Z d dlZd dlmZ d dlmZ d dlmZ d dlm Z m
Z
d dlmZ d dl
mZ d dlmZmZ d d lmZmZ d d
lmZ G dd� de�ZdS )
� N)�Command)�DistutilsExecError)�StringIO)�Any�Dict)�Sphinx)�handle_exception)�color_terminal�nocolor)�docutils_namespace�patch_docutils)�abspathc @ sX e Zd ZdZg d�Zg d�Zdd�dd�Zed�dd �Zdd�d
d�Z dd�dd
�Z
dS )�BuildDoczBuild Sphinx documentation))� fresh-env�Ezdiscard saved environment)� all-files�azbuild all files)zsource-dir=�szSource directory)z
build-dir=NzBuild directory)zconfig-dir=�cz'Location of the configuration directory)zbuilder=�bz]The builder (or builders) to use. Can be a comma- or space-separated list. Defaults to "html")�warning-is-error�WzTurn warning into errors)zproject=NzThe documented project's name)zversion=NzThe short X.Y version)zrelease=Nz.The full version, including alpha/beta/rc tags)ztoday=NzCHow to format the current date, used as the replacement for |today|)�
link-index�iz!Link index.html to the master doc)� copyrightNzThe copyright string)�pdbNzStart pdb on exception)� verbosity�vz$increase verbosity (can be repeated))�nitpicky�nz1nit-picky mode, warn about all missing references)z
keep-goingNz)With -W, keep going when getting warnings)r r r r r N)�returnc C sx d | _ | _d| _d | _d | _d| _d| _d| _d| _d| _ d| _
d | _d| _d| _
| jjd | _d| _d| _d| _d S )NFZhtml� � )� fresh_env� all_filesr �
source_dir� build_dir�builder�warning_is_error�project�version�release�today�
config_dir�
link_indexr Zdistribution�verboser � tracebackr �
keep_going��self� r4 �8/usr/lib/python3.9/site-packages/sphinx/setup_command.py�initialize_options[ s"