kushaldas / pym

Python for you and me book
674 stars 288 forks source link

[conf.py] Fix unicode error #152

Open etanot opened 3 years ago

etanot commented 3 years ago

Running "make html" command to build docs, throws following error message:

Configuration error:
There is a syntax error in your configuration file: (unicode error)
'unicodeescape' codec can't decode bytes in position 1-2: truncated
\uXXXX escape (conf.py, line 302)

make: *** [Makefile:45: html] Error 2