forked from pywinauto/pywinauto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update makedocs.bat (fix pywinauto#408).
- Loading branch information
1 parent
ce43699
commit 3831449
Showing
1 changed file
with
3 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,6 @@ | ||
@echo off | ||
|
||
python docs\build_autodoc_files.py | ||
|
||
doc_src\build_autodoc_files.py | ||
sphinx-build -b html doc_src pywinauto\docs | ||
|
||
REM c:\.temp\pudge\pudge\cli --documents doc_source\index.rst,doc_source\controls_overview.rst,doc_source\howto.rst,doc_source\getting_started.rst,history.txt,license.txt,todo.txt --title pywinauto -v -d website -m pywinauto.application,pywinauto.taskbar,pywinauto.clipboard,pywinauto.timings,pywinauto.findbestmatch,pywinauto.findwindows,pywinauto.handleprops,pywinauto.XMLHelpers,pywinauto.controls,pywinauto.tests -t doc_source\template | ||
|
||
|
||
|
||
|
||
REM These are the python modules | ||
REM application.py | ||
REM clipboard.py | ||
REM findbestmatch.py | ||
REM findwindows.py | ||
REM handleprops.py | ||
REM taskbar.py | ||
REM win32defines.py | ||
REM win32functions.py | ||
REM win32structures.py | ||
REM XMLHelpers.py | ||
|
||
REM controls | ||
REM tests | ||
|
||
|
||
|
||
|
||
REM c:\.temp\pudge\pudge\cli --title pywinauto -v -m pywinauto --documents docs\index.rst,history.txt,license.txt,todo.txt,docs\howto.rst -d pudge_output_green_paste -t \.temp\pudge\pudge\template\green_paste | ||
|
||
sphinx-build -w warnings.txt -E -b html .\docs .\html_docs 1>sphinx_build_log.txt 2>&1 | ||
::sphinx-build -w warnings.txt -E -b latex .\docs .\pdf_docs 1>sphinx_build_log.txt 2>&1 |