aboutsummaryrefslogtreecommitdiffstats
path: root/doc/fix-qmlimports.py
Commit message (Collapse)AuthorAgeFilesLines
* Use python3 in Travis for building docs and running clang-tidyIvan Komissarov2020-02-211-3/+3
| | | | | | Change-Id: I2f0d72abdf12a4e64b79bf9a3c02b32cf4cbeed6 Reviewed-by: Richard Weickelt <richard@weickelt.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Add script to strip bogus QML import statements from the docsChristian Kandeler2017-11-291-0/+153
... and make use of it in the qbs build. Otherwise, we'd ship broken HTML files in our release packages. The script is a stripped-down version of clean-online-docs.py from the doctools repository. We also adapted it to keep the inheritance information. Change-Id: I9c6d0dcc5c11a1bc24bed3eec3ebe04908bae4f3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>