我有一个文件夹,其中包含使用以下命令从中创建html文档文件的第一个文件:
sphinx-build -M html source build
我想用文档创建一个pdf文件,所以我尝试了以下命令
sphinx-build -M pdf source build
sphinx-build -b pdf source build
sphinx-build -b pdf source build/pdf
但无论如何我都会收到以下错误:
Sphinx error:
Builder name pdf not registered or available through entry point
我尝试谷歌"Builder name pdf not registered or available through entry point"
(带括号),但点击次数为零!
如何解决此错误?