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
05f1c890
Commit
05f1c890
authored
May 30, 2018
by
Andrés Delfino
Committed by
Steve Dower
May 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242)
parent
143ce5c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
Doc/make.bat
Doc/make.bat
+7
-9
No files found.
Doc/make.bat
View file @
05f1c890
...
...
@@ -16,15 +16,16 @@ if not defined SPHINXBUILD (
%PYTHON%
-m
pip
install
sphinx
if
errorlevel
1
exit
/B
)
%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
)
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
(
...
...
@@ -35,9 +36,6 @@ if not defined BLURB (
set
BLURB
=
%PYTHON%
-m
blurb
)
if
not
defined
SPHINXBUILD
set
SPHINXBUILD
=
sphinx
-build
if
not
defined
BLURB
set
BLURB
=
blurb
if
"
%
1"
NEQ
"htmlhelp"
goto
:skiphhcsearch
if
exist
"
%HTMLHELP%
"
goto
:skiphhcsearch
...
...
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