我安装了一个主题,这样做之后,当我从命令行运行 mkdocs 命令时,我收到以下错误:
Traceback (most recent call last):
File "/usr/local/bin/mkdocs", line 5, in <module>
from mkdocs.__main__ import cli
File "/usr/local/lib/python2.7/site-packages/mkdocs/__main__.py", line 78, in <module>
theme_choices = utils.get_theme_names()
File "/usr/local/lib/python2.7/site-packages/mkdocs/utils/__init__.py", line 413, in get_theme_names
return get_themes().keys()
File "/usr/local/lib/python2.7/site-packages/mkdocs/utils/__init__.py", line 397, in get_themes
"with the same name".format(theme.name, theme.dist.key))
mkdocs.exceptions.ConfigurationError: The theme readthedocs is a builtin theme but -kdocs provides a theme with the same name
我在 mac 上运行:Python:2.7.15 PIP:20.0.2
任何有关如何解决此错误的建议将不胜感激。