Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
cpython/Doc/make.bat at pythoncapi · pythoncapi/cpython · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
pythoncapi
Breadcrumbs
cpython
/
Doc
/
make.bat
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
176 lines (149 loc) · 5.25 KB
pythoncapi
Breadcrumbs
cpython
/
Doc
/
make.bat
Copy path
Top
File metadata and controls
Code
Blame
176 lines (149 loc) · 5.25 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
@
echo
off
setlocal
pushd
%~dp0
set
this
=
%~n0
call
..\PCbuild\find_python.bat
%PYTHON%
if
not
defined
PYTHON
set
PYTHON
=
py
if
not
defined
SPHINXBUILD (
%PYTHON%
-c
"
import sphinx
"
>
nul
2
>
nul
if
errorlevel
1
(
echo
Installing sphinx with
%PYTHON%
%PYTHON%
-m pip install sphinx
if
errorlevel
1
exit
/B
)
set
SPHINXBUILD
=
%PYTHON%
-c
"
import sphinx, sys; sys.argv[0] = 'sphinx-build'; sys.exit(sphinx.main())
"
)
%PYTHON%
-c
"
import python_docs_theme
"
>
nul
2
>
nul
if
errorlevel
1
(
echo
Installing python-docs-theme with
%PYTHON%
%PYTHON%
-m pip install python-docs-theme
if
errorlevel
1
exit
/B
)
if
not
defined
BLURB (
%PYTHON%
-c
"
import blurb
"
>
nul
2
>
nul
if
errorlevel
1
(
echo
Installing blurb with
%PYTHON%
%PYTHON%
-m pip install blurb
if
errorlevel
1
exit
/B
)
set
BLURB
=
%PYTHON%
-m blurb
)
if
"
%1
"
NEQ
"
htmlhelp
"
goto
:
skiphhcsearch
if
exist
"
%HTMLHELP%
"
goto
:
skiphhcsearch
rem
Search for HHC in likely places
set
HTMLHELP
=
where
hhc /q
&&
set
HTMLHELP
=
hhc
&&
goto
:
skiphhcsearch
where
/R ..\externals hhc
>
"
%TEMP%
\hhc.loc
"
2
>
nul
&&
set
/P
HTMLHELP
=
<
"
%TEMP%
\hhc.loc
"
&
del
"
%TEMP%
\hhc.loc
"
if
not
exist
"
%HTMLHELP%
"
where
/R
"
%ProgramFiles(x86)%
"
hhc
>
"
%TEMP%
\hhc.loc
"
2
>
nul
&&
set
/P
HTMLHELP
=
<
"
%TEMP%
\hhc.loc
"
&
del
"
%TEMP%
\hhc.loc
"
if
not
exist
"
%HTMLHELP%
"
where
/R
"
%ProgramFiles%
"
hhc
>
"
%TEMP%
\hhc.loc
"
2
>
nul
&&
set
/P
HTMLHELP
=
<
"
%TEMP%
\hhc.loc
"
&
del
"
%TEMP%
\hhc.loc
"
if
not
exist
"
%HTMLHELP%
"
(
echo
.
echo
.The HTML Help Workshop was not found. Set the HTMLHELP variable
echo
.to the path to hhc.exe or download and install it from
echo
.http://msdn.microsoft.com/en-us/library/ms669985
exit
/B
1
)
:
skiphhcsearch
if
"
%DISTVERSION%
"
EQU
"
"
for
/f
"
usebackq
"
%%v
in
(`
%PYTHON%
tools/extensions/patchlevel.py`)
do
set
DISTVERSION
=
%%v
if
"
%BUILDDIR%
"
EQU
"
"
set
BUILDDIR
=
build
rem
Targets that don't require sphinx-build
if
"
%1
"
EQU
"
"
goto
help
if
"
%1
"
EQU
"
help
"
goto
help
if
"
%1
"
EQU
"
check
"
goto
check
if
"
%1
"
EQU
"
serve
"
goto
serve
if
"
%1
"
==
"
clean
"
(
rmdir
/q /s
"
%BUILDDIR%
"
goto
end
)
%SPHINXBUILD%
>
nul
2
>
nul
if
errorlevel
9009
(
echo
.
echo
.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo
.installed, then set the SPHINXBUILD environment variable to point
echo
.to the full path of the 'sphinx-build' executable. Alternatively you
echo
.may add the Sphinx directory to PATH.
echo
.
echo
.If you don't have Sphinx installed, grab it from
echo
.http://sphinx-doc.org/
popd
exit
/B
1
)
rem
Targets that do require sphinx-build and have their own label
if
"
%1
"
EQU
"
htmlview
"
goto
htmlview
rem
Everything else
goto
build
:
help
echo
.usage:
%this%
BUILDER [filename ...]
echo
.
echo
.Call
%this%
with the desired Sphinx builder as the first argument, e.g.
echo
.``
%this%
html`` or ``
%this%
doctest``. Interesting targets that are
echo
.always available include:
echo
.
echo
. Provided by Sphinx:
echo
. html, htmlhelp, latex, text
echo
. suspicious, linkcheck, changes, doctest
echo
. Provided by this script:
echo
. clean, check, serve, htmlview
echo
.
echo
.All arguments past the first one are passed through to sphinx-build as
echo
.filenames to build or are ignored. See README.rst in this directory or
echo
.the documentation for your version of Sphinx for more exhaustive lists
echo
.of available targets and descriptions of each.
echo
.
echo
.This script assumes that the SPHINXBUILD environment variable contains
echo
.a legitimate command for calling sphinx-build, or that sphinx-build is
echo
.on your PATH if SPHINXBUILD is not set. Options for sphinx-build can
echo
.be passed by setting the SPHINXOPTS environment variable.
goto
end
:
build
if
not
exist
"
%BUILDDIR%
"
mkdir
"
%BUILDDIR%
"
if
exist
..\Misc\NEWS (
echo
.Copying Misc\NEWS to build\NEWS
copy
..\Misc\NEWS build\NEWS
>
nul
)
else
if
exist
..\Misc\NEWS.D (
if
defined
BLURB (
echo
.Merging Misc/NEWS with
%BLURB%
%BLURB%
merge -f build\NEWS
)
else
(
echo
.No Misc/NEWS file and Blurb is not available.
exit
/B
1
)
)
if
NOT
"
%PAPER%
"
==
"
"
(
set
SPHINXOPTS
=
-D latex_elements.papersize=
%PAPER%
%SPHINXOPTS%
)
if
"
%1
"
EQU
"
htmlhelp
"
(
set
SPHINXOPTS
=
-D html_theme_options.body_max_width=none
%SPHINXOPTS%
)
cmd
/S /C
"
%SPHINXBUILD%
%SPHINXOPTS%
-b
%1
-dbuild\doctrees .
"
%BUILDDIR%
\
%1
"
%2
%3
%4
%5
%6
%7
%8
%9
"
if
"
%1
"
EQU
"
htmlhelp
"
(
"
%HTMLHELP%
"
"
%BUILDDIR%
\htmlhelp\python
%DISTVERSION:
.
=%
.hhp
"
rem
hhc.exe seems to always exit with code 1, reset to 0 for less than 2
if
not
errorlevel
2
cmd
/C
exit
/b
0
)
echo
.
if
errorlevel
1
(
echo
.Build failed (exit code
%ERRORLEVEL%
^
), check
for
error messages
echo
.above. Any output will be found in
%BUILDDIR%
\
%1
)
else
(
echo
.Build succeeded. All output should be in
%BUILDDIR%
\
%1
)
goto
end
:
htmlview
if
NOT
"
%2
"
EQU
"
"
(
echo
.Can't specify filenames to build with htmlview target, ignoring.
)
cmd
/C
%this%
html
if
EXIST
"
%BUILDDIR%
\html\index.html
"
(
echo
.Opening
"
%BUILDDIR%
\html\index.html
"
in the default web browser...
start
"
"
"
%BUILDDIR%
\html\index.html
"
)
goto
end
:
check
cmd
/S /C
"
%PYTHON%
tools\rstlint.py -i tools
"
goto
end
:
serve
cmd
/S /C
"
%PYTHON%
..\Tools\scripts\serve.py
"
%BUILDDIR%
\html
"
"
goto
end
:
end
popd
You can’t perform that action at this time.