See, e.g.,
https://travis-ci.org/python-control/python-control/jobs/325460249#L2717
This particular one appears to be due to \dot at
|
\dot x = A \cdot x + B \cdot u |
; the
\d is interpreted as an (invalid) escape sequence.
The fix is probably to use a raw string.