1 | | Adding the pragma now to all Python files in SageNB should prevent the increasingly common docbuild errors |
2 | | {{{ |
3 | | reading sources... [ 99%] sagenb/notebook/worksheet |
4 | | Sphinx error: |
5 | | 'utf8' codec can't decode bytes in position 420-422: invalid data |
6 | | }}} |
7 | | raised when we build the reference manual. |
8 | | |
9 | | This is partly a followup to #7249, I think. |
| 1 | Adding the pragma now to all Python files in SageNB may prevent some of the increasingly common docbuild errors raised when we build the reference manual. |