summaryrefslogtreecommitdiff
path: root/doc/badges.py
Commit message (Collapse)AuthorAgeFilesLines
* doc/badges.py: Fix catching of CalledProcessErrorChandan Singh2019-02-181-1/+1
| | | | | | Since `CalledProcessError` is defined by the `subprocess` module, it must be caught as `subprocess.CalledProcessError`, and not as simply `CalledProcessError`.
* doc: Adding badges.py release badge generatorTristan Van Berkom2018-08-291-0/+150
This adds a step to the docs generation Makefile to generate release.svg and snapshot.svg badges, modelled after the gitlab badges. This also adds the generated badges directory in docs to .gitignore