Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
dee46b37
Commit
dee46b37
authored
Apr 18, 2014
by
Zachary Ware
Browse files
Options
Browse Files
Download
Plain Diff
Merge with 3.4
parents
172f025b
a37ff0fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
Doc/README.txt
Doc/README.txt
+1
-1
Doc/make.bat
Doc/make.bat
+3
-3
Misc/ACKS
Misc/ACKS
+1
-0
No files found.
Doc/README.txt
View file @
dee46b37
...
...
@@ -81,7 +81,7 @@ Without make
Install the Sphinx package and its dependencies from PyPI.
Then, from the ``Doc
s
`` directory, run ::
Then, from the ``Doc`` directory, run ::
sphinx-build -b<builder> . build/<builder>
...
...
Doc/make.bat
View file @
dee46b37
@@echo
off
setlocal
if
"
%PYTHON%
"
EQU
""
set
PYTHON
=
py
-
2
if
"
%SPHINXBUILD%
"
EQU
""
set
SPHINXBUILD
=
sphinx
-build
if
"
%PYTHON%
"
EQU
""
set
PYTHON
=
py
if
"
%HTMLHELP%
"
EQU
""
set
HTMLHELP
=
%ProgramFiles%
\HTML
Help
Workshop
\hhc.exe
if
"
%DISTVERSION%
"
EQU
""
for
/f
"usebackq"
%%v
in
(
`
%PYTHON%
tools/sphinxext/patchlevel.py`
)
do
set
DISTVERSION
=
%%v
...
...
@@ -32,8 +33,7 @@ goto end
if
not
exist
build
mkdir
build
if
not
exist
build
\
%
1
mkdir
build
\
%
1
if
not
exist
build
\doctrees
mkdir
build
\doctrees
cmd
/C
%PYTHON%
-
-version
cmd
/C
%PYTHON%
tools
\sphinx
-build
.py
-b
%
1
-dbuild
\doctrees .
build
\
%
*
cmd
/C
%SPHINXBUILD%
-b
%
1
-dbuild
\doctrees .
build
\
%
*
if
"
%
1"
EQU
"htmlhelp"
"
%HTMLHELP%
"
build
\htmlhelp\python
%DISTVERSION
:.
=
%
.hhp
goto
end
...
...
Misc/ACKS
View file @
dee46b37
...
...
@@ -1154,6 +1154,7 @@ Mark Sapiro
Ty Sarna
Hugh Sasse
Bob Savage
Dave Sawyer
Ben Sayer
sbt
Marco Scataglini
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment