summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/generate/docs.py
Commit message (Collapse)AuthorAgeFilesLines
* Move Doxygen docs to subdirectory (#16561)Ryan2022-03-071-3/+4
|
* Internal docs generation updates (#16411)Ryan2022-02-211-6/+10
|
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-191-6/+8
| | | | | | | | | | | | | | | | | * Align our subprocess usage with current best practices. * remove unused import * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * fix the cpp invocation for older python * allow for unprompted installation * make sure qmk new-keyboard works on windows Co-authored-by: Ryan <fauxpark@gmail.com>
* CI: Add docs build and deploy workflow (#7448)Joel Challis2020-11-101-0/+37
* Add docs build and deploy workflow * Remove old travis docs workflow * update to cli command * Tidy up for review * formatting * Update to pass style checks * Update lib/python/qmk/cli/docs.py Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com> * Review comments - build->generate, use of verbose * Add docs * Update to match recent actions * Run within base_container * Convert cli to generate-docs * Convert cli to generate-docs - restore old file * Convert cli to generate-docs * Update docs Co-authored-by: skullydazed <skullydazed@users.noreply.github.com>