summaryrefslogtreecommitdiffstats
path: root/util/travis_docs.sh
Commit message (Collapse)AuthorAgeFilesLines
* CI: Add docs build and deploy workflow (#7448)Joel Challis2020-11-101-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* CI - Fix change detection (#7038)Joel Challis2019-11-041-0/+1
| | | | | | * Fix travis change detection * Fix travis change detection - add back python ignore
* Set the executable bit for sh scripts under util.Fredric Silberberg2018-11-021-0/+0
|
* rename api docs to internalsJack Humbert2018-03-261-5/+5
|
* fix the moxygen invocationskullY2018-03-231-1/+1
|
* Generate API docs from source code comments (#2491)skullydazed2018-03-221-0/+14
* Generate api docs from source code * Add a bunch of doxygen comments * more doxygen comments * Add the in-progress api docs * script to generate docs from travis * Add doc generation to the travis job * make travis_docs.sh commit the work it does * make sure the docs script exits cleanly