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
cde5115f
Commit
cde5115f
authored
Nov 13, 2009
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use Sphinx 0.6.3
parent
2fb77bd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/Makefile
Doc/Makefile
+1
-1
Doc/make.bat
Doc/make.bat
+1
-1
No files found.
Doc/Makefile
View file @
cde5115f
...
...
@@ -32,7 +32,7 @@ help:
checkout
:
@
if
[
!
-d
tools/sphinx
]
;
then
\
echo
"Checking out Sphinx..."
;
\
svn checkout
$(SVNROOT)
/external/Sphinx-0.6.
2
/sphinx tools/sphinx
;
\
svn checkout
$(SVNROOT)
/external/Sphinx-0.6.
3
/sphinx tools/sphinx
;
\
fi
@
if
[
!
-d
tools/docutils
]
;
then
\
echo
"Checking out Docutils..."
;
\
...
...
Doc/make.bat
View file @
cde5115f
...
...
@@ -34,7 +34,7 @@ echo.
goto
end
:checkout
svn
co
%SVNROOT%
/external/Sphinx
-
0
.6.
2
/sphinx
tools
/sphinx
svn
co
%SVNROOT%
/external/Sphinx
-
0
.6.
3
/sphinx
tools
/sphinx
svn
co
%SVNROOT%
/external/docutils
-
0
.5/docutils
tools
/docutils
svn
co
%SVNROOT%
/external/Jinja
-
2
.1.1/jinja2
tools
/jinja
2
svn
co
%SVNROOT%
/external/Pygments
-
0
.11.1/pygments
tools
/pygments
...
...
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