Fix encoding issue when parsing plugin examples

This caused a non-fatal traceback when building, for example, the module
documentation for the debug module.
This commit is contained in:
Toshio Kuratomi
2018-05-01 22:39:14 -07:00
parent 2397ca1a7e
commit 3e64036684
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- Fix an encoding issue when parsing the examples from a plugins' documentation