Skip to content

Commit c71d998

Browse files
committed
Moved .chm doc into doc/_downloads
1 parent ea486f6 commit c71d998

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build_doc.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ set PATH=C:\Program Files\7-Zip;C:\Program Files (x86)\7-Zip;C:\Program Files\HT
1212
set PYTHONPATH=%cd%
1313
sphinx-build -b htmlhelp doc build\doc
1414
hhc 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 .
1818
sphinx-build -b html doc build\doc
1919
@echo:
2020
@echo ==============================================================================

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.

0 commit comments

Comments
 (0)