Details
-
Improvement
-
Status: Open
-
P2: Important
-
Resolution: Unresolved
-
None
-
Da Vinci sprint 20, Da Vinci - sprint 21, Da Vinci sprint 22
Description
We have a request on https://bugreports.qt.io/browse/PYSIDE-1390 regarding providing offline documentations, and for that we have two options:
- create a zip file with all the generated HTML files that we use for the online documentation,
- provide the .qch file we can generate from the docs as a permalink under, doc.qt.io/qtforpython/something.qch so users can download and use it with QtAssistant.
Would it be possible to generate the .qch file and just placed inside the doc.qt.io/qtforpython/ directory so users can access it directly?
Complementary, we thought about generating another Python package (wheel), with the docs, but I found this task a bit inconvenient, since it requires yet another building/packaging/publishing process.
What you folks think?