Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
05f1c890
Kaydet (Commit)
05f1c890
authored
May 30, 2018
tarafından
Andrés Delfino
Kaydeden (comit)
Steve Dower
May 30, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242)
üst
143ce5c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
make.bat
Doc/make.bat
+7
-9
No files found.
Doc/make.bat
Dosyayı görüntüle @
05f1c890
...
@@ -16,15 +16,16 @@ if not defined SPHINXBUILD (
...
@@ -16,15 +16,16 @@ if not defined SPHINXBUILD (
%PYTHON% -m pip install sphinx
%PYTHON% -m pip install sphinx
if errorlevel 1 exit /B
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())"
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 (
if not defined BLURB (
%PYTHON% -c "import blurb" > nul 2> nul
%PYTHON% -c "import blurb" > nul 2> nul
if errorlevel 1 (
if errorlevel 1 (
...
@@ -35,9 +36,6 @@ if not defined BLURB (
...
@@ -35,9 +36,6 @@ if not defined BLURB (
set BLURB=%PYTHON% -m 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 "%1" NEQ "htmlhelp" goto :skiphhcsearch
if exist "%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