Hi,

It seems your document uses recommonmark extension. But it is not
installed well because the dependency library commonmark is not
installed.
Please check your environment and make it installed.

Thanks,
Takeshi KOMIYA

2019年2月10日(日) 17:58 <[email protected]>:
>
> OS: macOS Mojave 10.14.2
> Python version: 3.7.2
> Sphinx version: v.1.8.4
>
> I have a question.
>
> When I build an HTML page by "make html" in my terminal, I meet some 
> mistakes. The window shows above:
>
> Configuration error:
>
>
> \u914d\u7f6e\u6587\u4ef6\u4e2d\u6709\u7a0b\u5e8f\u4e0a\u7684\u9519\u8bef\uff1a
>
>
>
>
> Traceback (most recent call last):
>
>
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/sphinx/config.py",
>  line 368, in eval_config_file
>
>
>     execfile_(filename, namespace)
>
>
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/sphinx/util/pycompat.py",
>  line 150, in execfile_
>
>
>     exec_(code, _globals)
>
>
>   File 
> "/Users/zhaozhengyang/Desktop/Projects/mylearningnotes/source/conf.py", line 
> 60, in <module>
>
>
>     from recommonmark.parser import CommonMarkParser
>
>
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/recommonmark/parser.py",
>  line 9, in <module>
>
>
>     from commonmark import Parser
>
>
> ModuleNotFoundError: No module named 'commonmark'
>
>
> Yeah, I have Googled them, but no satisfying results returned.
>
> What should I do now?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sphinx-users.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to