Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[conf.py] Fix unicode error #152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

etanot
Copy link
Contributor

@etanot etanot commented Sep 3, 2021

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

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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant