提交 7ebc3f85 编写于 作者: Y Yifan Wu

Update conf.py to support building epub

上级 453640e2
......@@ -126,3 +126,9 @@ class RVLexer(RegexLexer):
}
lexers['riscv'] = RVLexer()
# epub build config
import errno
import sphinx.util.osutil
sphinx.util.osutil.ENOENT = errno.ENOENT
version = release
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册