7
我希望能夠解析基於Python的sphinx以進行進一步處理和檢查。喜歡的東西:以編程方式解析帶有Sphinx特定指令的第一個文件
import sphinx
p = sphinx.parse("/path/to/file.rst")
do_something_with(p)
看來,什麼是可能的使用docutils.core.publish_file docutils的:
publish_file(open("/path/to/file.rst")
但是,這並不知道獅身人面像具體的指示等什麼...