File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ set PATH=C:\Program Files\7-Zip;C:\Program Files (x86)\7-Zip;C:\Program Files\HT
1212set PYTHONPATH = %cd%
1313sphinx-build -b htmlhelp doc build\doc
1414hhc build\doc\PythonQwt.hhp
15- copy build\doc\PythonQwt.chm doc
16- 7z a doc\PythonQwt.chm.zip doc\PythonQwt.chm
17- move doc\PythonQwt.chm .
15+ copy /y build\doc\PythonQwt.chm doc\_downloads
16+ 7z a doc\_downloads\ PythonQwt.chm.zip doc\_downloads \PythonQwt.chm
17+ move /y doc\PythonQwt.chm .
1818sphinx-build -b html doc build\doc
1919@ echo :
2020@ echo ==============================================================================
Original file line number Diff line number Diff line change 44
55 .. note ::
66
7- Windows users may download the :download: `CHM Manual <PythonQwt.chm.zip >`.
7+ Windows users may download the :download: `CHM Manual <_downloads/ PythonQwt.chm.zip >`.
88
99 After downloading this file, you may see blank pages in the documentation.
1010 That's because Windows is blocking CHM files for security reasons.
You can’t perform that action at this time.
0 commit comments