File: build_docs.bat

package info (click to toggle)
pyevolve 0.6~rc1%2Bsvn398%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,060 kB
  • ctags: 832
  • sloc: python: 5,119; xml: 183; sh: 71; makefile: 38
file content (9 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
@echo off

rd /s/q build_htmlhelp
rd /s/q build_web
rd /s/q build_latex

c:\python26\scripts\sphinx-build -E -a -b htmlhelp .\source .\build_htmlhelp
c:\python26\scripts\sphinx-build -E -a -b html .\source .\build_web
c:\python26\scripts\sphinx-build -E -a -b latex .\source .\build_latex