13 lines
411 B
Batchfile
13 lines
411 B
Batchfile
REM c:\python27\scripts\pip.exe install sphinx sphinx-intl sphinx-rtd-theme sphinxcontrib-googleanalytics sphinxcontrib-websupport sphinxcontrib.napoleon
|
|
REM set path=%path%;c:\python27\scripts\
|
|
:: c:\python27\Scripts\sphinx-intl.exe
|
|
|
|
rem make.bat clean
|
|
del /s /q build
|
|
rmdir /s /q build
|
|
make.bat gettext
|
|
sphinx-intl.exe update -p build/locale -l fr
|
|
rem make.bat clean
|
|
make.bat html
|
|
make.bat htmlfr
|